diff options
| author | Anatol Belski <ab@php.net> | 2016-06-02 14:22:14 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-06-02 14:22:14 +0200 |
| commit | 7cb115e60504e4767e56e37679ba35cd0fbec3e1 (patch) | |
| tree | 1938b8f98643d24ca58b84b850d08c1826ca78a9 | |
| parent | 73fd1fc6e567f78e8d4188690b615264a8962b66 (diff) | |
| download | php-git-7cb115e60504e4767e56e37679ba35cd0fbec3e1.tar.gz | |
fix typo
| -rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |
