diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-07-17 23:12:25 +0200 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-07-17 23:12:25 +0200 |
commit | c7614a8c19d5d1f366ec219e745760ea2133e5a0 (patch) | |
tree | d0ffc2d62bd63d9274d51481ab0ed2089da9fa0a | |
parent | b47d6b32ba8d6dc1b9d1fc91a83eef29a28363c5 (diff) | |
download | php-git-c7614a8c19d5d1f366ec219e745760ea2133e5a0.tar.gz |
NEWS for b47d6b32
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2012, PHP 5.4.6 - Core: + . Fixed bug in number_format() when the number was not finite. See pull + request #134. (Reeze Xia) . Fixed bug #62565 (Crashes due non-initialized internal properties_table). (Felipe) @@ -22,7 +24,7 @@ PHP NEWS crash). (Felipe) - Reflection: - . Implemented FR ##61602 (Allow access to name of constant used as default + . Implemented FR #61602 (Allow access to name of constant used as default value). (reeze.xia@gmail.com) - SimpleXML: |