summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #61139 gzopen leaks when specifying invalid modeNikita Popov2012-02-192-15/+24
* - add test for bug #60761Pierre Joye2012-01-181-1/+3
* - add test for bug #60761Pierre Joye2012-01-181-0/+33
* - Year++Felipe Pena2012-01-014-4/+4
* Fix test (gzdecode not valid in 5.3 branch, maybe need add ? )Xinchen Hui2011-09-131-1/+1
* - use only zlib function and reported the failure with base64 in #55620Pierre Joye2011-09-061-4/+4
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-014-4/+4
* - Fixed bug #52944 (Invalid write on second and subsequent reads with an infl...Gustavo André dos Santos Lopes2010-09-292-0/+160
* - fix bug #52926, zlib fopen wrapper does not use the contextPierre Joye2010-09-261-1/+1
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-12/+44
* - Reverted r296062 and r296065Jani Taskinen2010-03-1246-985/+987
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-1146-987/+985
* Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).Adam Harvey2010-03-112-1/+22
* Fixed testIlia Alshanetsky2010-01-191-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
* - Add one test from HEADJani Taskinen2009-12-091-0/+37
* - Temporary hack to fix bug #49816 (works fine in HEAD which has working outp...Jani Taskinen2009-11-151-9/+16
* - Fixed zlib.deflate compress filter to actually accpet level parameter.Jani Taskinen2009-08-312-17/+28
* - Fixed bug #49248 by fixing bug #48994 properlyJani Taskinen2009-08-171-0/+13
* - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when ...Jani Taskinen2009-08-031-0/+2
* MFB52: Fix "request_startup() for zlib module failed" when client does notArnaud Le Blanc2009-05-282-1/+14
* - Added note about omitted breakJani Taskinen2009-05-261-0/+1
* - Fixed bug #45202 (zlib.output_compression can not be set with ini_set())Jani Taskinen2009-05-261-14/+31
* ws + csJani Taskinen2009-05-261-50/+55
* Removing testRasmus Lerdorf2009-05-252-14/+0
* MFH: Fix testArnaud Le Blanc2009-04-191-1/+1
* Fix bug #42362 - certain status codes never have output, so sending the gzip ...Scott MacVicar2009-03-241-1/+1
* New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-231-0/+43
* final collection of zlib tests. tested on linux, windows and linux 64 bitDave Kelsey2009-01-222-0/+49
* new tests for zlib extension, tested on windows, linux and linux64Dave Kelsey2009-01-2117-0/+588
* New gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on ...andy wharmby2009-01-211-0/+84
* New gzencode() test. php6 tets fails currentlly due to #47178. Tested on Wind...andy wharmby2009-01-211-0/+36
* New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-201-0/+75
* - MFH: Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)Felipe Pena2009-01-201-0/+4
* new tests for zlib extension, tested on windows, linux and linux64Dave Kelsey2009-01-1987-0/+4629
* New zlib extension tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-1310-0/+797
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
* fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after ...Greg Beaver2008-10-111-3/+16
* MFH: Avoid leaks when zlib streams can not be closed properly.Arnaud Le Blanc2008-08-021-8/+21
* Fixed #42663 (gzinflate() try to allocate all memory with truncated data), no...Arnaud Le Blanc2008-07-243-27/+79
* - Added arginfo (functions)Felipe Pena2008-07-031-10/+72
* - don't show zlib as available when libs or headers are missingPierre Joye2008-06-221-7/+12
* Windows configure fixes, a few additional lib names allowed, apache2 only on ...Elizabeth Marie Smith2008-05-141-1/+1
* fix testGreg Beaver2008-04-131-0/+2
* MFH: fix potential memleak due to destruction of filterparams zvalGreg Beaver2008-02-121-27/+38
* MFHJani Taskinen2008-02-071-2/+6