summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Send Content-Length if we're sending just one chunkZeev Suraski2001-08-161-3/+3
* 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-051-13/+10
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-6/+6
* 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-301-12/+8
* 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-281-18/+8
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
* make sure all string from zlib are \0 terminated.Thies C. Arntzen2001-07-131-6/+9
* 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
* Send the correct Vary headers, if we negotiate a gzip/deflate sessionAnil Madhavapeddy2001-03-301-0/+6
* add missing globals fetchesDaniel Beulshausen2001-03-071-0/+3
* Implement internal output compression?\0020:wqZeev Suraski2001-03-061-34/+100
* Implemented chunked output buffering support - it's quite cool!Zeev Suraski2001-03-041-84/+107
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* 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
* all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.cHartmut Holzgraefe2000-11-211-85/+0
* fixed a compile problem with glibc<=2.1.1 (#7327, #7892)Hartmut Holzgraefe2000-11-201-1/+2
* Handle unable-to-add-new-headers error nicelyZeev Suraski2000-11-131-10/+17
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-15/+227
* add gzdeflate() and gzinflate() for handling of pure gzip-datastreamsMarc Pohl2000-11-081-0/+150
* type fixes to make compilers happyHartmut Holzgraefe2000-10-271-2/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* __USE_GNU shall not be defined by applicationSascha Schumann2000-10-231-1/+0
* it's n.a. on win32 :)Daniel Beulshausen2000-10-231-0/+2
* Make zlib compile againStanislav Malyshev2000-10-231-4/+6
* - including php.h automatically includes the PHP config file.Andi Gutmans2000-10-211-7/+1
* i can find no php_config.h on win32 :)Daniel Beulshausen2000-10-211-0/+2
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+4
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-11/+30
* @ -read and write .gz-files transparently on glibc based systemsHartmut Holzgraefe2000-10-111-0/+86
* Forgotten to change.Egon Schmid2000-07-131-1/+1