summaryrefslogtreecommitdiff
path: root/ext/zlib/php3_zlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-79/+0
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Removed remaining PHP_31 defines.Stefan Roehrich1999-09-061-0/+14
| | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please?
* Fix for Redhat libc 2.1 and dynamic loading in zlib module.Stefan Roehrich1999-08-021-3/+3
| | | | | Adapted zlib module to new PHP_Mxxx macros.
* - run ext sources through conv_protoSascha Schumann1999-05-211-15/+15
| | | | | - add necessary phpext_*_ptr
* - fix compile issues for various packages (dbase, sysv*, zlib)Sascha Schumann1999-05-211-2/+4
| | | | | - some cleanup in mhash/mcrypt
* * 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/+63
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.