From: Anatol Belski Date: Fri, 23 Sep 2016 09:26:03 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0RC3~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681d3148cd882bb3806f703cf5085f35e0b743de;p=php update NEWS --- diff --git a/NEWS b/NEWS index 293ff51d0a..9fd74a3a67 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ PHP NEWS - JSON: . Fixed bug #73113 (Segfault with throwing JsonSerializable). (julien) +- PCRE: + . Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported + on s390). (Anatol) + - Session: . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create). (cmb)