-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)
-
Added ZEND_FUNC_NUM_ARGS, ZEND_FUNC_GET_ARGS instructions, to impleme…
…nt corresponding builtin functions. Special optimisation for "array_slice(INT, func_get_args())" pattern.
-
Added ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE instructio…
…ns, to implement corresponding builtin functions.
-
"Countable" interface is moved from SPL to Core
dstogov committedMay 25, 2017
-
Added ZEND_IN_ARRAY instruction, implementing optimized in_array() bu…
…iltin function, through hash lookup in flipped array
-
Fixed bug #74053 (Corrupted class entries on shutdown when a destruct…
…or spawns another object). (jim at commercebyte dot com) Merge branch 'master' of github.com:commercebyte/php-src * 'master' of github.com:commercebyte/php-src: Added EG(flags) - executor global flags EG_FLAGS_IN_SHUTDOWN - is set when PHP is in shutdown state newly added zend_object_store.no_reuse is redefined as a global zend_object_store_no_reuse, to avoid alignment issues Alignment fix, as per @nikic The test scripts bug64720.phpt and bug68652.phpt were relying on the buggy behavior, when PHP returns "Undefined static property" error due to class entry corruption. With my fix for bug 74053, both tests return no errors now, I corrected the EXPECTF accordingly Bug Fix: Corrupted class entries on shutdown when a destructor spawns another object (C) 2017 CommerceByte Consulting
-
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #73896 (spl_autoload() crashes when calls magic _call())
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #73792 (invalid foreach loop hangs script)
-
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).
-
Fixed bug #73586 (php_user_filter::$stream is not set to the stream t…
…he filter is working on).
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Disabled PHP call tracing by default (it makes significant overhead). This may be enabled again using envirionment variable USE_ZEND_DTRACE=1.
-
Disabled PHP call tracing by default (it makes significant overhead).
This may be enabled again using envirionment variable USE_ZEND_DTRACE=1.
-
Revert "Introduced zend.enable_dtrace INI directive to enable/disable…
… PHP call tracing" This reverts commit 01239b0.
-
Introduced zend.enable_dtrace INI directive to enable/disable PHP cal…
…l tracing
dstogov committedNov 18, 2016
-
Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:php-src: Fixed bug #73512 Fails to find firebird headers
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #69090 (check cached files permissions)
dstogov committedNov 16, 2016 -
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Fixed bug #69090 (check cached files permissions)
-
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO)
-
* PHP-7.1: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) Revert "Fix bug #47890 #73215 uniqid() should use better random source" Revert "Fix bug #47890 #73215 uniqid() should use better random source" Update NEWS
dstogov committedOct 18, 2016 -
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation) Revert "Fix bug #47890 #73215 uniqid() should use better random source" Update NEWS
-
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Fixed bug #73337 (try/catch not working with two exceptions inside a same operation)
-
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #73156 (segfault on undefined function)
-