]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristopher Jones <sixd@php.net>
Wed, 21 Jun 2017 06:17:54 +0000 (16:17 +1000)
committerChristopher Jones <sixd@php.net>
Wed, 21 Jun 2017 06:17:54 +0000 (16:17 +1000)
NEWS

diff --git a/NEWS b/NEWS
index 55120ab0d1ab0b0284d766702ccb03ce661e32bb..fe9196917ce34db9d1165768b0c20c9cdfd6a2e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ PHP                                                                        NEWS
 
 - OCI8:
   . Add TAF callback (PR #2459). (KoenigsKind)
+  . Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
 
 - OpenSSL:
   . Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in
@@ -25,8 +26,6 @@ PHP                                                                        NEWS
 - PDO_OCI:
   . Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax).
     (Tianfang Yang)
-  . Support Instant Client 12.2 in --with-pdo-oci configure option.
-    (Tianfang Yang)
 
 - Standard:
   . Compatibility with libargon2 versions 20161029 and 20160821.