Skip to content

Commit deb88f2

Browse files
committed
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.
1 parent 11105e9 commit deb88f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

NEWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ PHP NEWS
6565
- SPL:
6666
. Fixed bug #77298 (segfault occurs when add property to unserialized empty
6767
ArrayObject). (jhdxr)
68-
. Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
69-
. Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
7068

7169
- Standard:
7270
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
@@ -75,7 +73,7 @@ PHP NEWS
7573
. Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
7674
. Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
7775

78-
03 Jan 2019, PHP 7.3.1
76+
10 Jan 2019, PHP 7.3.1
7977

8078
- Core:
8179
. Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel). (Ryandesign)
@@ -132,6 +130,10 @@ PHP NEWS
132130
- Sodium:
133131
. Fixed bug #77297 (SodiumException segfaults on PHP 7.3). (Nikita, Scott)
134132

133+
- SPL:
134+
. Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
135+
. Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
136+
135137
- SQLite3:
136138
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
137139

0 commit comments

Comments
 (0)