summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2017-06-21 16:17:54 +1000
committerChristopher Jones <sixd@php.net>2017-06-21 16:17:54 +1000
commit1dfb63feca0fd4ae7f95d93d7291e4711b498b1f (patch)
tree7be8b53eaae5a8e10e168e12aae9aa3aeb5fa0a4
parent5465fbdc482866accc73a0f0e81b65f6cb8da696 (diff)
downloadphp-git-1dfb63feca0fd4ae7f95d93d7291e4711b498b1f.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 55120ab0d1..fe9196917c 100644
--- 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.