summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-113-6/+6
* Unified the configure messages.foobar2001-11-301-3/+2
* Show the registered ini entry in phpinfo()foobar2001-11-261-0/+2
* restriction is relaxed because output handler couldn't be used even if zlib.o...Rui Hirokawa2001-11-231-1/+2
* - fix crash bugDerick Rethans2001-10-271-2/+1
* Modified the error message a bit. Happy now Andi? :)foobar2001-10-271-1/+1
* - Prevent PHP from starting if output_handler is set andfoobar2001-10-271-1/+20
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-16/+16
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-33/+33
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Killed a compile warning.foobar2001-08-221-1/+1
* Send Content-Length if we're sending just one chunkZeev Suraski2001-08-162-4/+4
* more tsrm cleanupSascha Schumann2001-08-061-4/+4
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
* more tsrm cleanupSascha Schumann2001-08-052-14/+11
* Fix some warningsZeev Suraski2001-07-312-2/+2
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-313-9/+9
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-2/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* Make this compile in ZTS mode.foobar2001-07-302-16/+10
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-28/+9
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
* change test-nameThies C. Arntzen2001-07-131-1/+1
* make sure all string from zlib are \0 terminated.Thies C. Arntzen2001-07-134-6/+59
* fixed #12091. added \0 bytes at EOS in a few cases.Thies C. Arntzen2001-07-131-5/+9
* gzencode() now zero-terminates its buffer.Thies C. Arntzen2001-07-111-1/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-12/+53
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* A few modifications to make the ZLIB checks work better.foobar2001-05-201-23/+25
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+1
* Fix special treatment of zlib by introducing the Apache conceptSascha Schumann2001-05-112-5/+0
* Moved the zlib configure before other extensions.foobar2001-05-102-44/+54
* Send the correct Vary headers, if we negotiate a gzip/deflate sessionAnil Madhavapeddy2001-03-301-0/+6
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* add missing globals fetchesDaniel Beulshausen2001-03-071-0/+3
* Implement internal output compression?\0020:wqZeev Suraski2001-03-062-34/+103
* Implemented chunked output buffering support - it's quite cool!Zeev Suraski2001-03-042-84/+109
* - Fix copyright notices with 2001Andi Gutmans2001-02-263-3/+3
* Finish fopen-wrappers rename.Sascha Schumann2001-02-232-2/+2
* changed zlibstat.lib -> zlib.lib, which is the correct nameDaniel Beulshausen2001-02-201-2/+2
* ws-onlyThies C. Arntzen2001-02-011-1/+1
* @- When using the ob_gzhandler() PHP now automagically also sets theThies C. Arntzen2001-02-011-0/+6
* Fix a huge memory leak in the ob_gzhandler.Sascha Schumann2001-02-011-0/+1
* make HAVE_FOPENCOOKIE available for other extensions besides zlibHartmut Holzgraefe2000-11-211-39/+1
* # a minor change, but still important :)Hartmut Holzgraefe2000-11-211-2/+1