diff options
author | Stanislav Malyshev <stas@php.net> | 2012-08-01 12:21:35 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-08-01 12:21:35 -0700 |
commit | ce92857131e24bf1c06b798b424367c6ce9dabcd (patch) | |
tree | e0279e7895bb2e5e41ec72ecb642ca5374127dc5 | |
parent | 36100060b31ba85d5c70669168cfd418522884ce (diff) | |
download | php-git-ce92857131e24bf1c06b798b424367c6ce9dabcd.tar.gz |
fix NEWS
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2012, PHP 5.4.7 + +- Reflection: + . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong + result). (Laruence) + ?? ??? 2012, PHP 5.4.6 - CLI Server: @@ -39,8 +45,6 @@ PHP NEWS sapi/cli/cli.h: No such file). (Johannes) - Reflection: - . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong - result). (Laruence) . Implemented FR #61602 (Allow access to name of constant used as default value). (reeze.xia@gmail.com) |