summaryrefslogtreecommitdiff
path: root/ext/sybase/php3_sybase-ct.h
Commit message (Collapse)AuthorAgeFilesLines
* Separate Sybase-CT from Sybase, and fix build process for Sybase-CTZeev Suraski1999-08-131-123/+0
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-20/+20
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-1/+1
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+123
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.