summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-08-01 12:21:35 -0700
committerStanislav Malyshev <stas@php.net>2012-08-01 12:21:35 -0700
commitce92857131e24bf1c06b798b424367c6ce9dabcd (patch)
treee0279e7895bb2e5e41ec72ecb642ca5374127dc5
parent36100060b31ba85d5c70669168cfd418522884ce (diff)
downloadphp-git-ce92857131e24bf1c06b798b424367c6ce9dabcd.tar.gz
fix NEWS
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a84e756d5b..084f3cd0bb 100644
--- a/NEWS
+++ b/NEWS
@@ -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)