summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-08-22 10:54:14 -0300
committerFelipe Pena <felipensp@gmail.com>2012-08-22 10:54:14 -0300
commitb721ed57eb767dd14630aef375cec5a729245d62 (patch)
treed61b75f1142a27ed926461afd40c301ab5ca129f
parent7a56ac00a04d4fc72052bb679626e723da3eef44 (diff)
downloadphp-git-b721ed57eb767dd14630aef375cec5a729245d62.tar.gz
- BFN
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d60f51b530..ad50c26cab 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,11 @@ PHP NEWS
?? ??? 2012, PHP 5.4.7
- Core:
+ . Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing
+ trait methods as private). (Felipe)
. Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds).
+ . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not
+ set). (Felipe)
. Fixed bug #62763 (register_shutdown_function and extending class).
(Laruence)
. Fixed bug #62725 (Calling exit() in a shutdown function does not return