From: Christopher Jones Date: Wed, 12 Apr 2017 04:04:24 +0000 (+1000) Subject: Add missing NEWS X-Git-Tag: php-7.1.5RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c73bcb0c6c79326d61f3e102e8682d9a2afd18f0;p=php Add missing NEWS --- diff --git a/NEWS b/NEWS index 0044ae93b4..d5a25313ed 100644 --- a/NEWS +++ b/NEWS @@ -72,6 +72,9 @@ PHP NEWS - iconv: . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol) +- OCI8: + . Fixed uninitialized data causing random crash. (Dmitry) + - Opcache: . Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7 with huge classes). (Nikita)