We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b06618 commit 67b5e6bCopy full SHA for 67b5e6b
UPGRADING
@@ -96,6 +96,10 @@ PHP 8.3 UPGRADE NOTES
96
. password_hash() will now chain the underlying Random\RandomException
97
as the ValueError’s $previous Exception when salt generation fails.
98
. proc_open() $command array must now have at least one non empty element.
99
+ . array_sum() and array_product() now warn when values in the array cannot be converted to int/float.
100
+ Previously arrays and objects where ignored whilst every other value was cast to int.
101
+ Moreover, objects that define a numeric cast (e.g. GMP) are now casted instead of ignored.
102
+ RFC: https://wiki.php.net/rfc/saner-array-sum-product
103
104
========================================
105
6. New Functions
0 commit comments