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

diff --git a/NEWS b/NEWS
index ef6ec3c34c18c3bfcb17846b6c5e0dd993da5685..293f201004b6817b8a49b831eee3469e7b906906 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-PHP                                                                        NEWS
+PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 7.0.0
 
@@ -26,6 +26,7 @@ PHP                                                                        NEWS
     constructor). (dunglas at gmail dot com)
   . Removed ZEND_ACC_FINAL_CLASS, promoting ZEND_ACC_FINAL as final class 
     modifier. (Guilherme Blanco)
+  . is_long() and is_int() are now an alias of is_integer(). (Kalle)
 
 - Date:
   . Fixed day_of_week function as it could sometimes return negative values