1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

[ci skip] UPGRADING

GH-10149
This commit is contained in:
Arnaud Le Blanc
2023-01-20 17:06:00 +01:00
parent 95ccce3c13
commit db6840bda4

View File

@@ -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