On 11/24/2016 07:07 PM, Ferenc Kovacs wrote:
Hello everyone,

PHP 5.6.29 RC1 was just released and can be downloaded from:

The diffs from 5.6.28 are found in :

./NEWS
./Zend/tests/debug_info-error-resource.phpt
./configure
./configure.in
./ext/date/lib/timezonedb.h
./ext/opcache/Optimizer/zend_optimizer.c
./ext/opcache/README
./ext/opcache/ZendAccelerator.c
./ext/opcache/ZendAccelerator.h
./ext/opcache/tests/bug73402.phpt
./ext/opcache/zend_accelerator_hash.c
./ext/opcache/zend_accelerator_module.c
./ext/openssl/openssl.c
./ext/pgsql/pgsql.c
./ext/pgsql/tests/01createdb.phpt
./ext/pgsql/tests/06_bug73498.phpt
./ext/pgsql/tests/9999dropdb.phpt
./ext/pgsql/tests/config.inc
./ext/soap/soap.c
./ext/soap/tests/bug73452.phpt
./ext/sqlite3/sqlite3.c
./ext/sqlite3/tests/bug73530.phpt
./ext/standard/http_fopen_wrapper.c
./ext/standard/tests/file/bug43008.phpt
./ext/standard/tests/file/lchown_error.phpt
./ext/standard/tests/http/bug73297.phpt
./ext/standard/tests/streams/bug40459.phpt
./ext/standard/tests/streams/bug71323.phpt
./ext/standard/url.c
./main/php_version.h
./php.ini-development
./php.ini-production
./sapi/fpm/tests/022-cve-2016-5385.phpt
./win32/build/libs_version.txt

Now somewhere above the following test was "fixed" :

PHP Fatal error:  String size overflow in
/usr/local/build/php-5.6.28_SunOS5.10_sparcv9.001/run-tests.php on line
1120

which also fails in 5.6.27 :

PHP Fatal error: Out of memory (allocated 1631059968) (tried to allocate 1623719982 bytes) in /usr/local/build/php-5.6.27_SunOS5.10_sparcv9.001/run-tests.php on line 1120

So that's very cool to see it fixed but I just wish I knew where.

I am guessing one of these :

./ext/standard/tests/file/bug43008.phpt
./ext/standard/tests/file/lchown_error.phpt
./ext/standard/tests/http/bug73297.phpt
./ext/standard/tests/streams/bug40459.phpt
./ext/standard/tests/streams/bug71323.phpt

Regardless, 5.6.29 RC1 builds and tests fine.

Dennis


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to