NEWS
authorRemi Collet <remi@php.net>
Fri, 26 Sep 2014 07:06:12 +0000 (09:06 +0200)
committerRemi Collet <remi@php.net>
Fri, 26 Sep 2014 07:06:12 +0000 (09:06 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 50d2707e6c1890ac8fa73944db10cad3c6331565..0162ff902cb879d6762109150719a084756ae169 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP                                                                        NEWS
   . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
     when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
 
+- Reflection:
+  . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
+
 - Session:
   . Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)