From: Bob Weinand Date: Thu, 2 Jul 2015 19:19:26 +0000 (+0200) Subject: Update NEWS for bug #69957 X-Git-Tag: php-7.1.0alpha3~25^2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57881e878db7bb2c19833aa44c097ea3af2fbb2e;p=php Update NEWS for bug #69957 --- diff --git a/NEWS b/NEWS index b42ef01df9..3c8b4dc494 100644 --- 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.