We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ccce3 commit db6840bCopy full SHA for db6840b
UPGRADING
@@ -65,6 +65,9 @@ PHP 8.3 UPGRADE NOTES
65
- Standard:
66
. E_NOTICEs emitted by unserialized() have been promoted to E_WARNING.
67
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.
71
72
========================================
73
6. New Functions
0 commit comments