summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #21304 (gzopen did not report errors on open; "a" mode broken)Wez Furlong2002-12-312-7/+1
* Fix ZTS build.Ilia Alshanetsky2002-12-312-2/+2
* Fixed bug #21228 (broken check for ob_gzhandler).Ilia Alshanetsky2002-12-302-18/+29
* Centralize fopencookie testWez Furlong2002-12-091-1/+0
* MFB: zlib stream testsWez Furlong2002-12-092-0/+80
* MFB zlib related fixesWez Furlong2002-12-091-14/+31
* Comment about maximal length now matches code.Stefan Roehrich2002-12-011-2/+2
* email address changeHartmut Holzgraefe2002-11-251-1/+1
* Merge streams changes from branch.Wez Furlong2002-11-181-1/+0
* Fixed OnUpdate_zlib_output_compression() behaviourMoriyoshi Koizumi2002-11-031-7/+7
* Fix for 19906.Wez Furlong2002-10-151-4/+5
* Don't use streams-level buffer on zlib streams.Wez Furlong2002-10-151-1/+3
* Make zlib-dir actually mean something during the checkRasmus Lerdorf2002-10-071-1/+3
* Argh! Revert. I'm on drugs. Was linking in a newer libz when I checkedRasmus Lerdorf2002-10-071-2/+6
* Oops, should still define that. Didn't think I needed it as nothing inRasmus Lerdorf2002-10-071-0/+2
* This restriction is no longer true after the streams changes.Rasmus Lerdorf2002-10-071-7/+1
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-6/+6
* 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
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-3/+5
* Implement read buffering in streams.Wez Furlong2002-09-231-14/+11
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-3/+3
* 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
* *cough*Wez Furlong2002-08-221-1/+1
* Fix error messages.Wez Furlong2002-08-222-2/+3
* 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-092-0/+19
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-282-20/+34
* - 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-192-3/+3
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-162-6/+6
* 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-103-5/+6