]> granicus.if.org Git - php/commitdiff
NEWS
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 14 Dec 2014 21:49:00 +0000 (22:49 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 14 Dec 2014 21:49:00 +0000 (22:49 +0100)
NEWS

diff --git a/NEWS b/NEWS
index de98650f8763203c82ef4af88985d03c9d0de7bb..a57e6cbb25a4513d44c1e73ca23f947a4e06d24c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,7 @@
   . Removed ZEND_ACC_FINAL_CLASS, promoting ZEND_ACC_FINAL as final class 
     modifier. (Guilherme Blanco)
   . is_long() & is_integer() is now an alias of is_int(). (Kalle)
+  . Implemented FR #55467 (phpinfo: PHP Variables with $ and single quotes). (Kalle)
 
 - Date:
   . Fixed day_of_week function as it could sometimes return negative values