summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Use new Zend API.Stefan Roehrich1999-09-251-82/+80
|
* Compile fixes for WDDX, XML and Zlib (untested)Zeev Suraski1999-09-241-11/+11
|
* Fixed gzgetss() with new _php3_strip_tags, corrected prototype.Stefan Roehrich1999-09-221-2/+2
|
* fgetss/gzgetss fixesRasmus Lerdorf1999-09-211-1/+2
|
* woopsRasmus Lerdorf1999-09-211-1/+1
|
* Fix zlib compile problemRasmus Lerdorf1999-09-211-4/+18
|
* Fixed prototype.Stefan Roehrich1999-09-181-1/+1
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-1/+1
| | | | | - Some strlcpy changes including one bug fix.
* Fixed behavior with empty doc_root.Stefan Roehrich1999-09-071-83/+10
| | | | | gzgetss() now uses _php3_strip_tags.
* Removed remaining PHP_31 defines.Stefan Roehrich1999-09-062-106/+69
| | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please?
* Fixed prototype.Stefan Roehrich1999-09-061-1/+1
|
* First try with new resource handling in zlib module.Stefan Roehrich1999-09-041-99/+37
|
* *** empty log message ***Zeev Suraski1999-09-041-4/+4
|
* I missed that also.Egon Schmid1999-08-091-0/+4
|
* Fix for Redhat libc 2.1 and dynamic loading in zlib module.Stefan Roehrich1999-08-022-23/+36
| | | | | Adapted zlib module to new PHP_Mxxx macros.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-15/+15
| | | | | php3_compat.h)
* License updateZeev Suraski1999-07-161-15/+9
|
* --with-zlib should work nowSascha Schumann1999-07-011-7/+7
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-32/+32
| | | | | - 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-092-2/+2
| | | | | | | | | | | | | 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.
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* Make zlib compileRasmus Lerdorf1999-04-231-30/+12
|
* This is generatedRasmus Lerdorf1999-04-221-287/+0
|
* Bring imap build rules up to date. We still have a problem here though.Rasmus Lerdorf1999-04-221-54/+71
| | | | | | | | | | | In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present.
* last bunch of extensions moving to ext/Stig Bakken1999-04-227-0/+1312
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.