This commit is contained in:
Anatol Belski 2016-06-02 14:22:14 +02:00
parent 73fd1fc6e5
commit 7cb115e605

2
NEWS
View File

@ -8,7 +8,7 @@ PHP NEWS
. Added specialized opcode handlers (e.g. ZEND_ADD_LONG_NO_OVERFLOW).
(Dmitry)
. Change statement and fcall extension handlers to accept frame. (Joe)
. Implemented safe execution timeout handling, that prevents rundom crashes
. Implemented safe execution timeout handling, that prevents random crashes
after "Maximum execution time exceeded" error. (Dmitry)
. Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob)
. Fixed bug #62814 (It is possible to stiffen child class members visibility).