| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| | |
* PHP-5.4.40:
fix memory leak & add test
Fix tests
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.4.40:
Additional fix for bug #69324
More fixes for bug #69152
Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
Fixed bug #68901 (use after free)
Fixed bug #68740 (NULL Pointer Dereference)
Fix bug #66550 (SQLite prepared statement use-after-free)
Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467
Fix bug #68601 buffer read overflow in gd_gif_in.c
Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4"
Fixed bug #69293
Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
gzopen by gzopen64
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
fix bug #67865
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
text.
Whitespace changes and a couple of grammar fixes.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | | |
|