summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+2
* WS & CS fixesfoobar2003-03-172-245/+280
* proto fixHartmut Holzgraefe2003-03-171-1/+1
* 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-2/+2
* 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-102-0/+19
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-6/+1
* Bump year.Sebastian Bergmann2002-12-313-3/+3
* 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