File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ PHP NEWS
65
65
- SPL:
66
66
. Fixed bug #77298 (segfault occurs when add property to unserialized empty
67
67
ArrayObject). (jhdxr)
68
- . Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
69
- . Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
70
68
71
69
- Standard:
72
70
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
@@ -75,7 +73,7 @@ PHP NEWS
75
73
. Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
76
74
. Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
77
75
78
- 03 Jan 2019, PHP 7.3.1
76
+ 10 Jan 2019, PHP 7.3.1
79
77
80
78
- Core:
81
79
. Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel). (Ryandesign)
@@ -132,6 +130,10 @@ PHP NEWS
132
130
- Sodium:
133
131
. Fixed bug #77297 (SodiumException segfaults on PHP 7.3). (Nikita, Scott)
134
132
133
+ - SPL:
134
+ . Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
135
+ . Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
136
+
135
137
- SQLite3:
136
138
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
137
139
You can’t perform that action at this time.
0 commit comments