]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Fri, 23 Sep 2016 09:26:03 +0000 (11:26 +0200)
committerAnatol Belski <ab@php.net>
Fri, 23 Sep 2016 09:26:03 +0000 (11:26 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 293ff51d0a9e0f79843ac21258ec506897e6577a..9fd74a3a67ad638b98d331150cfe03cacbf0fb97 100644 (file)
--- 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)