diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-08-04 09:55:54 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-08-04 09:55:54 +0300 |
commit | fdb0dd9fc4c8f4e98c02a9457e09d0a87f34168c (patch) | |
tree | d17bfaa4b07a971606f0c87d0ef0d9831206ecfc | |
parent | 58596897e97da0a3fae82a6a3b17bbfa1e7de689 (diff) | |
download | php-git-fdb0dd9fc4c8f4e98c02a9457e09d0a87f34168c.tar.gz |
Added NEWS entry
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ PHP NEWS 06 Aug 2015, PHP 7.0.0 Beta 3 - Core: + . Fixed "finally" issues. (Nikita, Dmitry) . Fixed bug #70159 (__CLASS__ is lost in closures). (Julien) . Fixed bug #70156 (Segfault in zend_find_alias_name). (Laruence) . Fixed bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION). |