@@ -88,6 +88,10 @@ PHP NEWS
88
88
- Intl:
89
89
. Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
90
90
sequence). (cmb)
91
+ . Fixed bug #73007 (add locale length check). (Stas)
92
+
93
+ - Mysqlnd:
94
+ . Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields). (Stas)
91
95
92
96
- OCI8
93
97
. Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
@@ -112,6 +116,12 @@ PHP NEWS
112
116
specifying a sequence). (Pablo Santiago Sánchez, Matteo)
113
117
. Fixed bug #72759 (Regression in pgo_pgsql). (Anatol)
114
118
119
+ - Phar:
120
+ . Fixed bug #72928 (Out of bound when verify signature of zip phar in
121
+ phar_parse_zipfile). (Stas)
122
+ . Fixed bug #73035 (Out of bound when verify signature of tar phar in
123
+ phar_parse_tarfile). (Stas)
124
+
115
125
- Reflection:
116
126
. Fixed bug #72846 (getConstant for a array constant with constant values
117
127
returns NULL/NFC/UKNOWN). (Laruence)
@@ -126,6 +136,9 @@ PHP NEWS
126
136
. Fixed bug #72957 (Null coalescing operator doesn't behave as expected with
127
137
SimpleXMLElement). (Nikita)
128
138
139
+ - SPL:
140
+ . Fixed bug #73029 (Missing type check when unserializing SplArray). (Stas)
141
+
129
142
- Standard:
130
143
. Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri
131
144
Kenttä)
@@ -147,6 +160,10 @@ PHP NEWS
147
160
. Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)
148
161
. Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb)
149
162
163
+ - Wddx:
164
+ . Fixed bug #72860 (wddx_deserialize use-after-free). (Stas)
165
+ . Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element). (Stas)
166
+
150
167
- ZIP:
151
168
. Fixed bug #68302 (impossible to compile php with zip support). (cmb)
152
169
0 commit comments