| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| | |
* PHP-5.4.40:
fix memory leak & add test
Fix tests
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
expected for the original test
I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on
qa.php.net/reports and on google which do see this test failing on mac.
if this change causes you to have this test failing on Mac, please drop me a mail so we can improve
the current test so it passes for everybody.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
NEWS
configure.in
main/php_version.h
|
| |
| |
| |
| |
| |
| |
| | |
(chained zlib filters silently fail with large amounts of data)
Use the same buffer size zlib uses internally to avoid
Z_DATA_ERROR on massively compressed data
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Remove superfluous echos.
|
| | |
|
|\ \
| |/
| |
| |
| | |
Conflicts:
ext/spl/tests/SplFileObject_rewind_error001.phpt
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.
Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
fix bug #65391
Update NEWS
|
| |
| |
| |
| |
| | |
Unable to send vary header user-agent when
ob_start('ob_gzhandler') is called
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* pull-request/320:
this is test 5 not 6
fix race condition
more shared names that create race conditions
change to a unique filename
more shared filenames
yet another shared filename
don't share a filename to stop race conditions
fix race condition for 2-4 and normalize names for others
fix race condition when running tests in parallel
clean up after test
Fix #64572: Clean up after the test
Fix #64572: Clean up after the test
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* pull-request/320:
this is test 5 not 6
fix race condition
more shared names that create race conditions
change to a unique filename
more shared filenames
yet another shared filename
don't share a filename to stop race conditions
fix race condition for 2-4 and normalize names for others
fix race condition when running tests in parallel
clean up after test
Fix #64572: Clean up after the test
Fix #64572: Clean up after the test
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
typo fixes (argument)
typo fixes (accommodate, parameter)
|
| | |
|
| |
| |
| |
| |
| |
| | |
The real issue is a bug in asm zlib build, reported here
https://github.com/madler/zlib/issues/41 . Non ASM builds
behave more predictable.
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
fixed test for bug #52944 also for darwin
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
forked two tests for windows
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.3:
Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
|
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
split gzgetc_basic.phpt for zlib 1.2.7
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.3:
split gzgetc_basic.phpt for zlib 1.2.7
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.3:
Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
* 5.3:
Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt
Conflicts:
ext/zlib/tests/bug60761.phpt
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Needs to be merged to 5.4.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
inflate filter fed invalid data).
|
| | | |
|
| | | |
|
| | | |
|