summaryrefslogtreecommitdiff
path: root/ext/zlib/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4'Anatoliy Belsky2012-09-094-322/+217
|\ | | | | | | | | * PHP-5.4: fixed test for bug #52944 also for darwin
| * fixed test for bug #52944 also for darwinReeze Xia2012-09-094-322/+217
| |
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-09-034-3/+163
|\ \ | |/ | | | | | | * PHP-5.4: forked two tests for windows
| * forked two tests for windowsAnatoliy Belsky2012-09-034-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 Hui2012-07-241-0/+0
|\ \ | |/
| * Re-fix bug #55544Xinchen Hui2012-07-241-0/+0
| |
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-07-131-0/+5
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-07-131-0/+5
| |\ | | | | | | | | | | | | * PHP-5.3: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
| | * Fixed bug #61677 ext\zlib\tests\bug_52944.phpt failsAnatoliy Belsky2012-07-131-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 Belsky2012-06-193-2/+66
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: split gzgetc_basic.phpt for zlib 1.2.7
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-193-2/+66
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: split gzgetc_basic.phpt for zlib 1.2.7
| | * split gzgetc_basic.phpt for zlib 1.2.7Anatoliy Belsky2012-06-193-2/+66
| | |
* | | Merge branch 'PHP-5.4'Michael Wallner2012-04-241-0/+15
|\ \ \ | |/ /
| * | fix bug #61443Michael Wallner2012-04-241-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 Wallner2012-04-241-0/+23
|\ \ \ | |/ /
| * | fixed bug #61820Michael Wallner2012-04-241-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 Belsky2012-04-161-3/+12
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
| * | 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 'PHP-5.4'Anatoliy Belsky2012-03-271-13/+32
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt
| * | 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-191-0/+14
| | | | | | | | | | | | | | | 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
| | |
| | * 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
| | |
| | * - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵Gustavo André dos Santos Lopes2010-09-291-0/+157
| | | | | | | | | | | | inflate filter fed invalid data).
| * | MFH: Fixed bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-051-0/+24
| | |
| * | Merge: Fix bug #61139: gzopen leaks when specifying invalid modeNikita Popov2012-03-021-0/+14
| | |
| * | 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
| | |
| * | - 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
| | |
| * | - 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
| * | - Fixed testsFelipe Pena2011-06-122-7/+7
| | |
* | | fix bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-051-0/+24
| | |
* | | Fix bug #61139 gzopen leaks when specifying invalid modeNikita Popov2012-02-191-0/+14
| | | | | | | | | | | | | | | Needs to be merged to 5.4.
* | | 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
| | |
* | | - use only zlib function and reported the failure with base64 in #55620Pierre Joye2011-09-061-4/+4
| | |
* | | fix testsStanislav Malyshev2011-08-314-9/+7
| | |