]> granicus.if.org Git - php/commitdiff
Update NEWS [ci skip]
authorPeter Kokot <peterkokot@gmail.com>
Mon, 1 Jul 2019 00:54:42 +0000 (02:54 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 1 Jul 2019 00:54:42 +0000 (02:54 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d1eba01eeb03470d0460b9e353ff344ad3abe842..f025f66619263de3ccb00d26cfa5aab02e3e9209 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,16 @@ PHP                                                                        NEWS
 
 - Date:
   . Fixed #69044 (discrepency between time and microtime). (krakjoe)
+  . Updated timelib to 2018.02. (Derick)
 
 - OPcache:
   . Fixed #78189 (file cache strips last character of uname hash). (cmb)
   . Fixed #78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb)
 
+- PCRE:
+  . Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
+    version strings). (pgnet, Peter Kokot)
+
 - PDO_Sqlite:
   . Fixed #78192 (SegFault when reuse statement after schema has changed).
     (Vincent Quatrevieux)