]> granicus.if.org Git - php/commitdiff
Update NEWS
authorTianfang Yang <tianfyan@php.net>
Tue, 22 Aug 2017 05:51:15 +0000 (01:51 -0400)
committerTianfang Yang <tianfyan@php.net>
Tue, 22 Aug 2017 05:51:15 +0000 (01:51 -0400)
NEWS

diff --git a/NEWS b/NEWS
index be99499fe62f99ffd95e89934096c23d97bf7ec9..312477e151adf8f7f12675860eadcf0df038d1ba 100644 (file)
--- 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)