diff options
author | Xinchen Hui <laruence@php.net> | 2012-02-03 16:27:35 +0000 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-02-03 16:27:35 +0000 |
commit | 30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20 (patch) | |
tree | 88efa55e3458ecc1cb610b984076c78228509899 /NEWS | |
parent | 8e82bda330264d290a5e55580eea2eb875d4cb69 (diff) | |
download | php-git-30f63e4152f19bf2a7ab44d01cfa539ea0ec4b20.tar.gz |
Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |