diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-12-14 10:54:10 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-12-14 10:54:10 +0800 |
commit | 6a35e3b383567501509d8a30cb7f109cb127ffd5 (patch) | |
tree | dc6d502c00eab835990b8c28cfc7e84f546fd5c8 | |
parent | 7dc5bc5063f7f8265e32069908dfee797d4a8b02 (diff) | |
download | php-git-6a35e3b383567501509d8a30cb7f109cb127ffd5.tar.gz |
Added NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ PHP NEWS - Core: . Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work). (Laruence) + . Fixed bug #71105 (Format String Vulnerability in Class Name Error Message). + (andrew at jmpesp dot org) . Fixed bug #71092 (Segmentation fault with return type hinting). (Laruence) . Fixed bug memleak in header_register_callback. (Laruence) . Fixed bug #71067 (Local object in class method stays in memory for each |