summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-01 02:54:42 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-01 02:54:42 +0200
commitb039a4115f85993e590c84c43b785ec8a96d329f (patch)
treefe7cbf954f97c10a6711470ba7a1e3259aa39c9e /NEWS
parent624488b5e82545f6424998fa66d6bb0f143f81c0 (diff)
downloadphp-git-b039a4115f85993e590c84c43b785ec8a96d329f.tar.gz
Update NEWS [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1eba01eeb..f025f66619 100644
--- 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)