Skip to content

Commit db6840b

Browse files
committed
[ci skip] UPGRADING
GH-10149
1 parent 95ccce3 commit db6840b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ PHP 8.3 UPGRADE NOTES
6565
- Standard:
6666
. E_NOTICEs emitted by unserialized() have been promoted to E_WARNING.
6767
RFC: https://wiki.php.net/rfc/improve_unserialize_error_handling
68+
. array_pad() is now only limited by the maximum number of elements an array
69+
can have. Before, it was only possible to add at most 1048576 elements at a
70+
time.
6871

6972
========================================
7073
6. New Functions

0 commit comments

Comments
 (0)