summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-15 10:23:27 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-15 10:23:51 +0200
commit3eb057c4a73212e4ae25a228c1b610d317c6be4b (patch)
tree11211a24d53ed936786f8d35df51bad355c20183 /NEWS
parent3f73916f107c9618c659417b5044b8e66ea6469b (diff)
parent768ad70f70a1bebed38e2b06a7515e3c61482f75 (diff)
downloadphp-git-3eb057c4a73212e4ae25a228c1b610d317c6be4b.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index baa07085da..2720214724 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ PHP NEWS
. Fixed bug #78212 (Segfault in built-in webserver). (cmb)
- Date:
- . Fixed #69044 (discrepency between time and microtime). (krakjoe)
+ . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
. Updated timelib to 2018.02. (Derick)
- Libxml:
@@ -30,13 +30,15 @@ PHP NEWS
. Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
(cmb)
. Fixed bug #78271 (Invalid result of if-else). (Nikita)
+ . Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
+ (Andrew Collington)
- 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).
+ . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
(Vincent Quatrevieux)
- SQLite: