summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-10-13 10:48:08 +0200
committerAnatol Belski <ab@php.net>2016-10-13 10:48:08 +0200
commit56d3f5d91e2e86bb0cbcdc12a10717c633ec6fec (patch)
treebbad6cb4873ca8afb4e0318b2c459ec6f4d1cf4a
parent50775b77dd82c4cf2fcc182533f711a1cdf7c0b6 (diff)
downloadphp-git-56d3f5d91e2e86bb0cbcdc12a10717c633ec6fec.tar.gz
sync NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e928d85a8e..558df284be 100644
--- a/NEWS
+++ b/NEWS
@@ -72,10 +72,12 @@ PHP NEWS
. Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
(Jakub Zelenka)
. Fixed bug #73276 (crash in openssl_random_pseudo_bytes function). (Stas)
+ . Fixed bug #73275 (crash in openssl_encrypt function). (Stas)
- PCRE:
. Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported
on s390). (Anatol)
+ . Fixed bug #73174 (heap overflow in php_pcre_replace_impl). (Stas)
- PDO_DBlib:
. Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz)