From: Anatol Belski Date: Fri, 23 Sep 2016 09:24:55 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.12RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ee913a773767de678ba0898861b25aefa48ad1b;p=php update NEWS --- 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)