summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2012-05-15 11:14:36 +0200
committerSebastian Bergmann <sebastian@php.net>2012-05-15 11:14:36 +0200
commit38398529b814fa75cc79ee3e3de6b05171779775 (patch)
tree9d502081d7d0949f2c76b1c062d2ed1ddc17743e
parent83449b48d42ab004dc1b11d83848a140c4813891 (diff)
downloadphp-git-38398529b814fa75cc79ee3e3de6b05171779775.tar.gz
Fix NEWS entry for #61602.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b74354904..728c2f39c9 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,10 @@ PHP NEWS
. Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
set to null). (Anatoliy)
+- Reflection:
+ . Implemented FR #61602 (Allow access to the name of constant
+ used as function/method parameter's default value). (reeze.xia@gmail.com)
+
- FPM
. Fixed bug #61812 (Uninitialised value used in libmagic).
(Laruence, Gustavo)