diff options
author | Michael Wallner <mike@php.net> | 2014-07-02 19:46:56 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2014-07-03 20:40:41 +0200 |
commit | 155b5d172548a3457dc17b729d16faeb53f237c1 (patch) | |
tree | 7d595091bf5e9355e5502cfcb6ec70e6bc00a029 | |
parent | deee0011e1b0e2742080ea6db213b7e3f6457e51 (diff) | |
download | php-git-155b5d172548a3457dc17b729d16faeb53f237c1.tar.gz |
reorder
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,12 +22,12 @@ PHP NEWS 03 Jul 2014, PHP 5.6.0 Release Candidate 2 - Core: + . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0). + (Ferenc) . Fixed bug #67368 (Memory leak with immediately dereferenced array in class constant). (Laruence) . Fixed bug #67468 (Segfault in highlight_file()/highlight_string()). (Andreas Ferber) - . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0). - (Ferenc) . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability). (Stefan Esser) |