diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2014-12-14 22:32:42 +0100 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2014-12-14 22:32:42 +0100 |
commit | 6b00fba8770975ea39ec84deeef948e9788529b3 (patch) | |
tree | 4a2b63b31e9c379194ccca62c5f315dcc86bd91b | |
parent | 6b8ed592b92027ceb4f76e6a06754a9c75ca4f36 (diff) | |
download | php-git-6b00fba8770975ea39ec84deeef948e9788529b3.tar.gz |
NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |