summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-07-06 08:20:21 +0100
committerJoe Watkins <krakjoe@php.net>2017-07-06 08:20:21 +0100
commit700803b70c0a2dede9121e940a7e8b6a44952e8e (patch)
tree718044564c44935465cdd3e88048018ce7424554
parent739ecf543086502acb689fcd3f97622c765fc2ee (diff)
downloadphp-git-700803b70c0a2dede9121e940a7e8b6a44952e8e.tar.gz
news entry for 74651
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97c10535e3..23296b9526 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,8 @@ PHP NEWS
- OpenSSL:
. Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in
content). (Anatol)
+ . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
+ (Stas)
- PDO_OCI:
. Support Instant Client 12.2 in --with-pdo-oci configure option.