summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: nuked unused variablefoobar2003-08-111-1/+0
* - MFH: Memleak fixDerick Rethans2003-08-091-3/+2
* MFH: Fixed bug #24827 (ob_gzhandler overrides Vary header)Ilia Alshanetsky2003-07-271-2/+2
* Revert bogus commitRasmus Lerdorf2003-05-211-21/+0
* MFH (ob_gzhandler and zlib.output_compression should send a Content-LengthSander Roobol2003-05-211-0/+21
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-1/+1
* MFHStefan Esser2003-03-061-7/+7
* MFH: fixed zlib.output_compressionMoriyoshi Koizumi2003-02-111-0/+18
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFH: Fix for 21304 (gzopen not reporting errors, "a" mode broken).Wez Furlong2002-12-311-1/+1
* MFHIlia Alshanetsky2002-12-311-1/+1
* MFHIlia Alshanetsky2002-12-301-18/+28
* Remove redundant info line (all wrappers are listed near the start ofWez 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
* Use a single macro to set cl headerSascha Schumann2002-04-271-12/+16
* @ - If possible set Content-Length header in zlib.output_compression mode. (t...Thies C. Arntzen2002-04-271-1/+8
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-5/+2
* remove old codeWez Furlong2002-04-161-13/+0
* Do NOT use C++ comments in C code.foobar2002-04-121-2/+0
* Removing a unused local variable.Frank M. Kromann2002-04-121-2/+2
* Implement stream context and status notification system.Wez Furlong2002-04-101-3/+3
* @Add zlib.output_compression_level option (Stig)Stig Bakken2002-04-051-6/+18
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-051-21/+21
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+3
* really nuke it...Wez Furlong2002-03-211-3/+0
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-387/+32
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-1/+1
* Streams are all tracked as resources now.Wez Furlong2002-03-201-8/+2