summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-02-03 16:27:35 +0000
committerXinchen Hui <laruence@php.net>2012-02-03 16:27:35 +0000
commit30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20 (patch)
tree88efa55e3458ecc1cb610b984076c78228509899 /NEWS
parent8e82bda330264d290a5e55580eea2eb875d4cb69 (diff)
downloadphp-git-30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20.tar.gz
Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d3feda4734..4d3a035512 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ PHP NEWS
- SOAP:
. Fixed basic HTTP authentication for WSDL sub requests. (Dmitry)
+- Reflection:
+ . Fixed bug #60968 (Late static binding doesn't work with
+ ReflectionMethod::invokeArgs()). (Laruence)
+
?? ??? 2012, PHP 5.3.10
(to be added)