File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ PHP NEWS
17
17
. Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
18
18
Kamil Tekiela)
19
19
20
+ - Standard:
21
+ . The "allowed_classes" option for unserialize() now throws TypeErrors and
22
+ ValueErrors if it is not an array of class names. (Girgias)
23
+
24
+
20
25
15 Aug 2024, PHP 8.4.0beta3
21
26
22
27
- Core:
Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ PHP 8.4 UPGRADE NOTES
202
202
byte long or the empty string. This aligns the behaviour to be identical
203
203
to that of fputcsv() and fgetcsv().
204
204
. php_uname() now throws ValueErrors on invalid inputs.
205
+ . The "allowed_classes" option for unserialize() now throws TypeErrors and
206
+ ValueErrors if it is not an array of class names.
205
207
206
208
- Tidy:
207
209
. Failures in the constructor now throw exceptions rather than emitting
You can’t perform that action at this time.
0 commit comments