From: Tianfang Yang Date: Tue, 22 Aug 2017 05:51:15 +0000 (-0400) Subject: Update NEWS X-Git-Tag: php-7.2.0RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=708349eeac70490bd97ae59a80d866283a1e3311;p=php Update NEWS --- diff --git a/NEWS b/NEWS index be99499fe6..312477e151 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ PHP NEWS . Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string). (Dmitry) +- PDO_OCI: + . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized + before PHP-FPM sets it up). (Ingmar Runge) + - Standard: . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)