Commit:    fbacf9c237f4fb60af453ff77c08e7513ec93024
Author:    Felipe Pena <felipe...@gmail.com>         Wed, 22 Aug 2012 11:19:42 
-0300
Parents:   b721ed57eb767dd14630aef375cec5a729245d62
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=fbacf9c237f4fb60af453ff77c08e7513ec93024

Log:
- Fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index ad50c26..de19a20 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,6 @@ 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)
@@ -34,6 +32,8 @@ PHP                                                           
             NEWS
   . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). 
(Laruence)
 
 - Reflection:
+  . Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing 
+    trait methods as private). (Felipe)
   . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
     result). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to