diff options
author | Stanislav Malyshev <stas@php.net> | 2012-06-08 20:27:24 (GMT) |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-06-08 20:27:24 (GMT) |
commit | c4cc43169c0ae05127eb406fcfd837597b72b71e (patch) | |
tree | 5d11f04093039e414c342c089564c2c67d1418a5 /NEWS | |
parent | ba8333cdb0feafbdbe2b7ae07532236c3b043b25 (diff) | |
download | php-c4cc43169c0ae05127eb406fcfd837597b72b71e.tar.gz |
rearrange news
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,13 +1,12 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2012, PHP 5.4.5 -- Zend Engine: - . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that - includes a semi-colon). (Pierrick) - Core: . Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution). (Dmitry) + . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that + includes a semi-colon). (Pierrick) . Fixed potential overflow in _php_stream_scandir. (Jason Powell, Stas) |