diff options
author | Anatol Belski <ab@php.net> | 2016-09-23 11:24:55 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-09-23 11:24:55 +0200 |
commit | 9ee913a773767de678ba0898861b25aefa48ad1b (patch) | |
tree | dc5edeb8eb7e4d815b498290ea64a1877e4619f6 | |
parent | cf35dae6e22da6b06d130630abd024e285939a2e (diff) | |
download | php-git-9ee913a773767de678ba0898861b25aefa48ad1b.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ PHP NEWS . Fixed bug #73072 (Invalid path SNI_server_certs causes segfault). (Jakub Zelenka) +- PCRE: + . Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported + on s390). (Anatol) + - PDO_DBlib: . Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz) . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz) |