diff options
author | Anatol Belski <ab@php.net> | 2016-10-13 10:48:08 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-10-13 10:48:08 +0200 |
commit | 56d3f5d91e2e86bb0cbcdc12a10717c633ec6fec (patch) | |
tree | bbad6cb4873ca8afb4e0318b2c459ec6f4d1cf4a | |
parent | 50775b77dd82c4cf2fcc182533f711a1cdf7c0b6 (diff) | |
download | php-git-56d3f5d91e2e86bb0cbcdc12a10717c633ec6fec.tar.gz |
sync NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |