summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* fix bug #65391Michael Wallner2013-08-091-3/+3
* Happy New YearXinchen Hui2013-01-011-1/+1
* Re-fix bug #55544Xinchen Hui2012-07-241-3/+8
* foldersXinchen Hui2012-07-241-0/+7
* Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)Xinchen Hui2012-07-211-1/+3
* fix bug #60761 zlib.output_compression fails on refreshMichael Wallner2012-05-151-2/+2
* fix bug #61443Michael Wallner2012-04-241-3/+0
* fixed bug #61820Michael Wallner2012-04-241-1/+3
* - Tentative fix for bug #61306.Gustavo André dos Santos Lopes2012-03-071-2/+8
* MFH: Fixed bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-051-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fix bug #60326, fix crash introduced by initial fixPierre Joye2011-12-261-2/+1
* - Fix bug #60326, fix TS build (introduced by r321406)Pierre Joye2011-12-261-1/+1
* fix bug #60326 - restore ob_gzhandlerStanislav Malyshev2011-12-261-48/+161
* fix r316992Michael Wallner2011-09-191-2/+8
* Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compressionMichael Wallner2011-09-191-0/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-9/+2
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-13/+45
* fix ZTS buildAntony Dovgal2010-05-311-3/+3
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-877/+618
* Removed safe_modeKalle Sommer Nielsen2010-04-261-4/+3
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-628/+879
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-879/+628
* Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).Adam Harvey2010-03-111-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Temporary hack to fix bug #49816 (works fine in HEAD which has working outp...Jani Taskinen2009-11-151-9/+16
* - Fixed bug #49248 by fixing bug #48994 properlyJani Taskinen2009-08-171-0/+13
* MFB52: Fix "request_startup() for zlib module failed" when client does notArnaud Le Blanc2009-05-281-1/+3
* - 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
* Fix bug #42362 - certain status codes never have output, so sending the gzip ...Scott MacVicar2009-03-241-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - 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
* 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-241-27/+30
* - Added arginfo (functions)Felipe Pena2008-07-031-10/+72
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* move static declaration to *.c filesNuno Lopes2006-08-141-17/+34
* MFH: zero-terminate strings produced with FORCE_DEFLATEAntony Dovgal2006-06-261-0/+2
* don't try to inflate empty strings (and stop segfaulting!)Antony Dovgal2006-06-261-0/+4
* Added automatic module globals managementDmitry Stogov2006-06-151-15/+7