Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-09-09 | 4 | -322/+217 |
|\ | | | | | | | | | * PHP-5.4: fixed test for bug #52944 also for darwin | ||||
| * | fixed test for bug #52944 also for darwin | Reeze Xia | 2012-09-09 | 4 | -322/+217 |
| | | |||||
* | | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-09-03 | 4 | -3/+163 |
|\ \ | |/ | | | | | | | * PHP-5.4: forked two tests for windows | ||||
| * | forked two tests for windows | Anatoliy Belsky | 2012-09-03 | 4 | -3/+163 |
| | | | | | | | | | | | | | | | | | | | | * bug55544.phpt - VT vs. EXT at the start of the data block, but the data can still be decoded correctly * bug_52944.phpt works with the corrupted data and has some different out Most likely the ASM optimization under windows is responsible for this behaviour. | ||||
* | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-07-24 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | Re-fix bug #55544 | Xinchen Hui | 2012-07-24 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-07-13 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-07-13 | 1 | -0/+5 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails | ||||
| | * | Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails | Anatoliy Belsky | 2012-07-13 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | The test is known to fail on windows with zlib version < 1.2.7 (current dep is 1.2.5), with 1.2.7 it works. As it's primarily a zlib 1.2.5 issue on windows, skip it for now. | ||||
* | | | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-06-19 | 3 | -2/+66 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: split gzgetc_basic.phpt for zlib 1.2.7 | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-06-19 | 3 | -2/+66 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: split gzgetc_basic.phpt for zlib 1.2.7 | ||||
| | * | split gzgetc_basic.phpt for zlib 1.2.7 | Anatoliy Belsky | 2012-06-19 | 3 | -2/+66 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Michael Wallner | 2012-04-24 | 1 | -0/+15 |
|\ \ \ | |/ / | |||||
| * | | fix bug #61443 | Michael Wallner | 2012-04-24 | 1 | -0/+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 | ||||
* | | | Merge branch 'PHP-5.4' | Michael Wallner | 2012-04-24 | 1 | -0/+23 |
|\ \ \ | |/ / | |||||
| * | | fixed bug #61820 | Michael Wallner | 2012-04-24 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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.4' | Anatoliy Belsky | 2012-04-16 | 1 | -3/+12 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -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 fails | Anatoliy Belsky | 2012-04-16 | 1 | -3/+12 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-03-27 | 1 | -13/+32 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt | ||||
| * | | Merge branch '5.3' into 5.4 | Anatoliy Belsky | 2012-03-27 | 1 | -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.phpt | Anatoliy Belsky | 2012-03-27 | 1 | -14/+33 |
| | | | |||||
| | * | Fix bug #61139 gzopen leaks when specifying invalid mode | Nikita Popov | 2012-02-19 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | Needs to be merged to 5.4. | ||||
| | * | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -1/+3 |
| | | | |||||
| | * | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -0/+33 |
| | | | |||||
| | * | Fix test (gzdecode not valid in 5.3 branch, maybe need add ? ) | Xinchen Hui | 2011-09-13 | 1 | -1/+1 |
| | | | |||||
| | * | - use only zlib function and reported the failure with base64 in #55620 | Pierre Joye | 2011-09-06 | 1 | -4/+4 |
| | | | |||||
| | * | - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵ | Gustavo André dos Santos Lopes | 2010-09-29 | 1 | -0/+157 |
| | | | | | | | | | | | | inflate filter fed invalid data). | ||||
| * | | MFH: Fixed bug #61287 (A particular string fails to decompress) | Michael Wallner | 2012-03-05 | 1 | -0/+24 |
| | | | |||||
| * | | Merge: Fix bug #61139: gzopen leaks when specifying invalid mode | Nikita Popov | 2012-03-02 | 1 | -0/+14 |
| | | | |||||
| * | | Please test your tests | Rasmus Lerdorf | 2012-01-23 | 1 | -35/+35 |
| | | | |||||
| * | | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -1/+3 |
| | | | |||||
| * | | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -0/+33 |
| | | | |||||
| * | | remove XFAIL for bug #47178 | Michael Wallner | 2012-01-18 | 2 | -6/+2 |
| | | | |||||
| * | | add test for ob_gzhandler | Stanislav Malyshev | 2012-01-01 | 1 | -0/+24 |
| | | | |||||
| * | | - force LF and fix... and blame me for not reading the code correctly, zlib ↵ | Pierre Joye | 2011-09-08 | 3 | -3/+3 |
| | | | | | | | | | | | | tests pass now, linux/bsd/win 100% | ||||
| * | | - force LF | Pierre Joye | 2011-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | - use only zlib function and reported the failure with base64 in #55620 | Pierre Joye | 2011-09-06 | 1 | -4/+4 |
| | | | |||||
| * | | fix tests | Stanislav Malyshev | 2011-08-31 | 4 | -9/+7 |
| | | | |||||
| * | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -23/+0 |
| | | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 | ||||
| * | | - Fixed tests | Felipe Pena | 2011-06-12 | 2 | -7/+7 |
| | | | |||||
* | | | fix bug #61287 (A particular string fails to decompress) | Michael Wallner | 2012-03-05 | 1 | -0/+24 |
| | | | |||||
* | | | Fix bug #61139 gzopen leaks when specifying invalid mode | Nikita Popov | 2012-02-19 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | Needs to be merged to 5.4. | ||||
* | | | Please test your tests | Rasmus Lerdorf | 2012-01-23 | 1 | -35/+35 |
| | | | |||||
* | | | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -1/+3 |
| | | | |||||
* | | | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -0/+33 |
| | | | |||||
* | | | remove XFAIL for bug #47178 | Michael Wallner | 2012-01-18 | 2 | -6/+2 |
| | | | |||||
* | | | add test for ob_gzhandler | Stanislav Malyshev | 2012-01-01 | 1 | -0/+24 |
| | | | |||||
* | | | - use only zlib function and reported the failure with base64 in #55620 | Pierre Joye | 2011-09-06 | 1 | -4/+4 |
| | | | |||||
* | | | fix tests | Stanislav Malyshev | 2011-08-31 | 4 | -9/+7 |
| | | |