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

diff --git a/NEWS b/NEWS
index 293f201004b6817b8a49b831eee3469e7b906906..de98650f8763203c82ef4af88985d03c9d0de7bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
     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)
+  . is_long() & is_integer() is now an alias of is_int(). (Kalle)
 
 - Date:
   . Fixed day_of_week function as it could sometimes return negative values