1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
This commit is contained in:
Stanislav Malyshev
2012-08-01 12:21:35 -07:00
parent 36100060b3
commit ce92857131
+6 -2
View File
@@ -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)