]> granicus.if.org Git - php/commitdiff
NEWS and UPGRADING for intdiv()
authorAndrea Faulds <ajf@ajf.me>
Wed, 6 Aug 2014 18:56:32 +0000 (19:56 +0100)
committerAndrea Faulds <ajf@ajf.me>
Wed, 6 Aug 2014 18:56:32 +0000 (19:56 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index c19097337a7b9b70cd09f352a7b6df985c22bd2a..fc85b3e1a69feb96bcd4e3bf98ee9de373a20ca0 100644 (file)
--- 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)
index 730fa5bd8716d186109eec7a72c4404585230696..df68cb1b4bc14834e095ff8aeed2dba0c92656a4 100644 (file)
--- 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