summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2014-12-14 22:49:00 +0100
committerKalle Sommer Nielsen <kalle@php.net>2014-12-14 22:49:00 +0100
commit9afae43b1238291f7c11fc9a2075289d07fb5ccf (patch)
tree48cb75755cede112555d383d944c49d8458247c4
parentd82fa2273f9a02a1cac1494da4a88c2297fe358a (diff)
downloadphp-git-9afae43b1238291f7c11fc9a2075289d07fb5ccf.tar.gz
NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index de98650f87..a57e6cbb25 100644
--- 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