mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] Update NEWS/UPGRADING for allowed_classes option checks
This commit is contained in:
5
NEWS
5
NEWS
@@ -17,6 +17,11 @@ PHP NEWS
|
||||
. Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
|
||||
Kamil Tekiela)
|
||||
|
||||
- Standard:
|
||||
. The "allowed_classes" option for unserialize() now throws TypeErrors and
|
||||
ValueErrors if it is not an array of class names. (Girgias)
|
||||
|
||||
|
||||
15 Aug 2024, PHP 8.4.0beta3
|
||||
|
||||
- Core:
|
||||
|
||||
@@ -202,6 +202,8 @@ PHP 8.4 UPGRADE NOTES
|
||||
byte long or the empty string. This aligns the behaviour to be identical
|
||||
to that of fputcsv() and fgetcsv().
|
||||
. php_uname() now throws ValueErrors on invalid inputs.
|
||||
. The "allowed_classes" option for unserialize() now throws TypeErrors and
|
||||
ValueErrors if it is not an array of class names.
|
||||
|
||||
- Tidy:
|
||||
. Failures in the constructor now throw exceptions rather than emitting
|
||||
|
||||
Reference in New Issue
Block a user