summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-01-07 13:11:04 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-01-07 13:11:04 +0100
commitdeb88f22697ec6051aca24e24cfac187e37a7732 (patch)
treeccbf479ed4ec24582f43e7f57faeb02e01e80532
parent11105e90c4dd01bb9411f4baf963d09fbf751681 (diff)
downloadphp-git-deb88f22697ec6051aca24e24cfac187e37a7732.tar.gz
Fix NEWS
The fixes for bug #77359 and #77360 have been ported to PHP-7.3.1, and the release has been postponed by one week.
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 990835a530..79453e282e 100644
--- a/NEWS
+++ b/NEWS
@@ -65,8 +65,6 @@ PHP NEWS
- SPL:
. Fixed bug #77298 (segfault occurs when add property to unserialized empty
ArrayObject). (jhdxr)
- . Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
- . Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
- Standard:
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
@@ -75,7 +73,7 @@ PHP NEWS
. Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
. Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
-03 Jan 2019, PHP 7.3.1
+10 Jan 2019, PHP 7.3.1
- Core:
. Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel). (Ryandesign)
@@ -132,6 +130,10 @@ PHP NEWS
- Sodium:
. Fixed bug #77297 (SodiumException segfaults on PHP 7.3). (Nikita, Scott)
+- SPL:
+ . Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
+ . Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
+
- SQLite3:
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)