diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-11-02 12:12:12 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-11-02 12:12:12 +0800 |
commit | 6838737f853c93cf4bed8615ab32cbba92cd341c (patch) | |
tree | 8dade7a17eb5a97b214d899d368f1555a8107444 | |
parent | 46ab107936f1db4502d4a9ce248671aeb272a6b8 (diff) | |
download | php-git-6838737f853c93cf4bed8615ab32cbba92cd341c.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ PHP NEWS . Fixed bug #73392 (A use-after-free in zend allocator management). (Laruence) +- SPL: + . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence) + 27 Oct 2016, PHP 7.1.0RC5 - Core: |