summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-4/+6
* Code cleanup:Stefan Roehrich2003-09-061-194/+101
* improve format stringSascha Schumann2003-08-291-1/+1
* Fixed bug #25218 ("deflate" compressed pages had a gzip header, whichStefan Roehrich2003-08-241-4/+4
* Fixed zlib.output_compression without register_long_vars set.Stefan Roehrich2003-08-241-4/+5
* Nuke unused variablefoobar2003-08-111-1/+0
* - Fix memleak (this strndup is totally unnecessary)Derick Rethans2003-08-091-4/+2
* Fixed bug #24827 (ob_gzhandler overrides Vary header)Ilia Alshanetsky2003-07-271-2/+2
* proto fixesAndrey Hristov2003-07-191-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Remove bogus commit here tooRasmus Lerdorf2003-05-211-21/+0
* ob_gzhandler and zlib.output_compression should send a Content-LengthSander Roobol2003-05-211-0/+21
* WS & CS fixesfoobar2003-03-171-219/+243
* proto fixHartmut Holzgraefe2003-03-171-1/+1
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-2/+2
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-7/+7
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Fixed zlib.output_compression so it can work even if zlib extension is built ...Moriyoshi Koizumi2003-02-101-0/+18
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-6/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix for #21304 (gzopen did not report errors on open; "a" mode broken)Wez Furlong2002-12-311-1/+1
* Fix ZTS build.Ilia Alshanetsky2002-12-311-1/+1
* Fixed bug #21228 (broken check for ob_gzhandler).Ilia Alshanetsky2002-12-301-18/+28
* Comment about maximal length now matches code.Stefan Roehrich2002-12-011-2/+2
* Merge streams changes from branch.Wez Furlong2002-11-181-1/+0
* Fixed OnUpdate_zlib_output_compression() behaviourMoriyoshi Koizumi2002-11-031-7/+7
* Move wrong output buffer usage check to ob_gzhandler init.Yasuo Ohgaki2002-10-031-0/+18
* Revisted Wez patch: chunk_size 0 means cahce the whole output. SoMarcus Boerger2002-10-021-2/+4
* Fix infinite recursion bug when using zlib output compression.Wez Furlong2002-09-301-0/+2
* Use zend_ini_string instead of the 'alias'.foobar2002-09-031-1/+1
* Fix ob_gzhandler()'s handling of requests w/o compression but that do haveZeev Suraski2002-08-231-4/+2
* Fix error messages.Wez Furlong2002-08-221-2/+1
* Fixed prototype.Stefan Roehrich2002-08-221-15/+16
* change to php_error_docref()Marcus Boerger2002-08-201-17/+17
* Changed handling of output buffer sizes.Marcus Boerger2002-08-201-17/+9
* Changed my mind.Yasuo Ohgaki2002-08-111-2/+0
* Generally speaking, sending packets less than 1KB is not efficient.Yasuo Ohgaki2002-08-111-1/+3
* corrected handling of internal output buffersMarcus Boerger2002-08-101-3/+1
* no need to start additional first buffer when output compression is first bufferMarcus Boerger2002-08-101-1/+2
* should fix all windows warningsMarcus Boerger2002-08-101-2/+2
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-091-0/+18
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-281-20/+31
* - oops... read before commit :)Derick Rethans2002-06-181-1/+1
* - It doesn't work from within a script... so we disallow itDerick Rethans2002-06-181-1/+1
* Added "Vary: Accept-Encoding" header to zlib.output_compressionStefan Roehrich2002-06-021-0/+6
* Move Content-Length: header handling from zlib.c to output.cYasuo Ohgaki2002-05-021-18/+3
* s/len/xln/ was necessary hereSascha Schumann2002-04-271-2/+2