From: Anatol Belski Date: Sun, 28 Jun 2015 11:13:41 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-7.1.0alpha3~25^2~150^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d0fb66032da418c0c472ff1b3ec657b5d8ea385;p=php updated NEWS --- diff --git a/NEWS b/NEWS index 1671ac8e3c..71c9b57466 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ PHP NEWS - COM: . Fixed bug #69939 (Casting object to bool returns false). (Kalle) +- OCI8: + . Corrected oci8 hash destructors to prevent segfaults, and a few other fixes. + (Cameron Porter) + - PCRE: . Fixed bug #53823 (preg_replace: * qualifier on unicode replace garbles the string). (cmb)