From: Andrea Faulds Date: Wed, 6 Aug 2014 18:56:32 +0000 (+0100) Subject: NEWS and UPGRADING for intdiv() X-Git-Tag: PRE_PHPNG_MERGE~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64534830b1a6cbd14cc41d4a35273095cb15752b;p=php NEWS and UPGRADING for intdiv() --- diff --git a/NEWS b/NEWS index c19097337a..fc85b3e1a6 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ PHP NEWS - Standard: . Removed call_user_method() and call_user_method_array() functions. (Kalle) . Fix user session handlers (See rfc:session.user.return-value). (Sara) + . Added intdiv() function. (Andrea) - XSL: . Fixed bug #64776 (The XSLT extension is not thread safe). (Mike) diff --git a/UPGRADING b/UPGRADING index 730fa5bd87..df68cb1b4b 100644 --- a/UPGRADING +++ b/UPGRADING @@ -28,6 +28,8 @@ PHP X.Y UPGRADE NOTES 2. New Features ======================================== +- Standard + . intdiv() function for integer division added. ======================================== 3. Changes in SAPI modules @@ -69,7 +71,7 @@ PHP X.Y UPGRADE NOTES ======================================== - Core - , PHP_INT_MIN added. + . PHP_INT_MIN added. ======================================== 11. Changes to INI File Handling