summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2014-12-14 22:32:42 +0100
committerKalle Sommer Nielsen <kalle@php.net>2014-12-14 22:32:42 +0100
commit6b00fba8770975ea39ec84deeef948e9788529b3 (patch)
tree4a2b63b31e9c379194ccca62c5f315dcc86bd91b
parent6b8ed592b92027ceb4f76e6a06754a9c75ca4f36 (diff)
downloadphp-git-6b00fba8770975ea39ec84deeef948e9788529b3.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 293f201004..de98650f87 100644
--- 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