]> granicus.if.org Git - php/commitdiff
Update NEWS for bug #69957
authorBob Weinand <bobwei9@hotmail.com>
Thu, 2 Jul 2015 19:19:26 +0000 (21:19 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 2 Jul 2015 19:19:26 +0000 (21:19 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b42ef01df976f033e9ecb7c9c106759bada9e7a9..3c8b4dc4947445e79626ea77173650372a86d522 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ PHP                                                                        NEWS
   . Improved zend_string API (Francois Laupretre)
   . Fixed bug #69955 (Segfault when trying to combine [] and assign-op on
     ArrayAccess object). (Laruence)
+  . Fixed bug #69957 (Different ways of handling div/mod/intdiv). (Bob)
 
 - CLI server:
   . Fixed bug #69655 (php -S changes MKCALENDAR request method to MKCOL). (cmb)
@@ -18,7 +19,7 @@ PHP                                                                        NEWS
 
 - JSON
   . Fixed bug #62010 (json_decode produces invalid byte-sequences).
-       (Jakub Zelenka)
+    (Jakub Zelenka)
 
 - OCI8:
   . Corrected oci8 hash destructors to prevent segfaults, and a few other fixes.