summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-23 11:24:55 +0200
committerAnatol Belski <ab@php.net>2016-09-23 11:24:55 +0200
commit9ee913a773767de678ba0898861b25aefa48ad1b (patch)
treedc5edeb8eb7e4d815b498290ea64a1877e4619f6
parentcf35dae6e22da6b06d130630abd024e285939a2e (diff)
downloadphp-git-9ee913a773767de678ba0898861b25aefa48ad1b.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e794a9814b..0528fede4a 100644
--- a/NEWS
+++ b/NEWS
@@ -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)