summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-313-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* bump year and license versionfoobar2006-01-013-12/+12
* MFH: Resolved bug #34240.Ilia Alshanetsky2005-09-021-1/+1
* MFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).Ilia Alshanetsky2005-08-211-0/+1
* MFH: Fixed a nasty resource/memory/disk-space leak when opening zlib filesIlia Alshanetsky2004-08-261-2/+8
* - Fixed bug #25385 (ob_gzhandler(): typo in sapi_add_header_ex() call)foobar2003-09-101-1/+1
* Compiler warning fixes.Ilia Alshanetsky2003-08-281-1/+1
* MFH: Fixed bug #25218 ("deflate" compressed pages had a gzip header, whichStefan Roehrich2003-08-281-4/+4
* 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
* MFH: zlib fixIlia Alshanetsky2003-07-241-7/+5
* Make PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automaticallySascha Schumann2003-07-011-6/+1
* MFH Don't add -L/usr/libSascha Schumann2003-06-271-1/+6
* 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 corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-2/+2
* 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-112-0/+19
* MFH: Bump year.Sebastian Bergmann2002-12-313-3/+3
* MFH: Fix for 21304 (gzopen not reporting errors, "a" mode broken).Wez Furlong2002-12-312-7/+1
* MFHIlia Alshanetsky2002-12-312-2/+2
* MFHIlia Alshanetsky2002-12-302-18/+29
* Centralize the fopencookie test.Wez Furlong2002-12-091-1/+0
* Be pedantic with the return valueWez Furlong2002-11-191-1/+1
* Add this test for gzreading non-compressed data.Wez Furlong2002-11-191-0/+47
* Remove a memset I added while debuggingWez Furlong2002-11-191-1/+0
* Resolve some problems with zlib streams, mostly related to opening theWez Furlong2002-11-192-13/+64
* 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
* 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