From db6840bda42d0fa6e98515eb6f555b0df1e707ee Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 20 Jan 2023 17:06:00 +0100 Subject: [PATCH] [ci skip] UPGRADING GH-10149 --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 9fdfdb88f92..5d4a0023c29 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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