summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-07-06 08:34:49 +0100
committerJoe Watkins <krakjoe@php.net>2017-07-06 08:34:49 +0100
commit77072a094688e0161007d6b5408dd12e471e986f (patch)
tree78602e6f397fbd1a129a55a64c483f388a8a8410
parent91826a311dd37f4c4e5d605fa7af331e80ddd4c3 (diff)
downloadphp-git-77072a094688e0161007d6b5408dd12e471e986f.tar.gz
news entry for 74651
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 23442e61a9..64e6bbbd21 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,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.