mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
[ci skip] UPGRADING
GH-10149
This commit is contained in:
parent
95ccce3c13
commit
db6840bda4
@ -65,6 +65,9 @@ PHP 8.3 UPGRADE NOTES
|
||||
- Standard:
|
||||
. E_NOTICEs emitted by unserialized() have been promoted to E_WARNING.
|
||||
RFC: https://wiki.php.net/rfc/improve_unserialize_error_handling
|
||||
. array_pad() is now only limited by the maximum number of elements an array
|
||||
can have. Before, it was only possible to add at most 1048576 elements at a
|
||||
time.
|
||||
|
||||
========================================
|
||||
6. New Functions
|
||||
|
Loading…
Reference in New Issue
Block a user