summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Collapse)AuthorAgeFilesLines
* fix bug #60761 zlib.output_compression fails on refreshMichael Wallner2012-05-151-2/+2
|
* fix bug #61443Michael Wallner2012-04-242-3/+15
| | | | | | | Since upgrade to PHP 5.4, we can't change zlib.output_compression on the fly the check for PHP_OUTPUT_WRITTEN was over-zealous
* fixed bug #61820Michael Wallner2012-04-242-1/+26
| | | | | | | | using ob_gzhandler will complain about headers already sent when no compression the Vary header should only be sent on the PHP_OUTPUT_HANDLER_START event
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-3/+12
|\ | | | | | | | | * PHP-5.3: Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
| * Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt failsAnatoliy Belsky2012-04-161-3/+12
| |
* | Merge branch '5.3' into 5.4Anatoliy Belsky2012-03-271-13/+32
|\ \ | |/ | | | | | | | | | | | | * 5.3: Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt Conflicts: ext/zlib/tests/bug60761.phpt
| * Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phptAnatoliy Belsky2012-03-271-14/+33
| |
| * Fix bug #61139 gzopen leaks when specifying invalid modeNikita Popov2012-02-192-15/+24
| | | | | | | | | | Needs to be merged to 5.4.
| * - 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 ↵Gustavo André dos Santos Lopes2010-09-292-0/+160
| | | | | | | | inflate filter fed invalid data).
| * - 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 ↵Felipe Pena2010-06-261-12/+44
| | | | | | | | for function aliases)
* | - Tentative fix for bug #61306.Gustavo André dos Santos Lopes2012-03-071-2/+8
| | | | | | | | | | #cjones: Will update NEWS when confirmed it fixes the problem.
* | MFH: Fixed bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-053-1/+26
| |
* | Merge: Fix bug #61139: gzopen leaks when specifying invalid modeNikita Popov2012-03-022-15/+24
| |
* | Please test your testsRasmus Lerdorf2012-01-231-35/+35
| |
* | - add test for bug #60761Pierre Joye2012-01-181-1/+3
| |
* | - add test for bug #60761Pierre Joye2012-01-181-0/+33
| |
* | remove XFAIL for bug #47178Michael Wallner2012-01-182-6/+2
| |
* | add test for ob_gzhandlerStanislav Malyshev2012-01-011-0/+24
| |
* | - Year++Felipe Pena2012-01-014-4/+4
| |
* | - 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-262-57/+171
| |
* | fix r316992Michael Wallner2011-09-191-2/+8
| |
* | Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compressionMichael Wallner2011-09-191-0/+1
| |
* | - force LF and fix... and blame me for not reading the code correctly, zlib ↵Pierre Joye2011-09-083-3/+3
| | | | | | | | tests pass now, linux/bsd/win 100%
* | - force LFPierre Joye2011-09-081-1/+1
| |
* | - use only zlib function and reported the failure with base64 in #55620Pierre Joye2011-09-061-4/+4
| |
* | fix testsStanislav Malyshev2011-08-314-9/+7
| |
* | - 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 ↵Pierre Joye2011-07-221-23/+0
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-9/+2
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | - Fixed testsFelipe Pena2011-06-122-7/+7
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-1/+1
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - Year++Felipe Pena2011-01-014-4/+4
| |
* | - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵Gustavo André dos Santos Lopes2010-09-292-0/+160
| | | | | | | | inflate filter fed invalid data).
* | - 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 ↵Felipe Pena2010-06-261-13/+45
| | | | | | | | for function aliases)
* | fix ZTS buildAntony Dovgal2010-05-311-3/+3
| |
* | * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-3135-971/+965
| | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+121
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-4/+3
| | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-121/+0
|/ | | | anymore and are barely updated nor available for all extensions