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 5d37cd9 commit deb7955Copy full SHA for deb7955
UPGRADING
@@ -308,6 +308,10 @@ PHP 8.1 UPGRADE NOTES
308
implement the new methods (if you only support PHP 7.4 and higher) or
309
implement both (if you support older PHP versions as well).
310
RFC: https://wiki.php.net/rfc/phase_out_serializable
311
+ . Implicit conversion of floats to integers that result in loss of precision,
312
+ e.g. a truncation from 1.9 to 1, is deprecated. This affects array keys,
313
+ int parameter and return types, and operators working on integers.
314
+ RFC: https://wiki.php.net/rfc/implicit-float-int-deprecate
315
316
- MySQLi:
317
. The mysqli_driver::$driver_version property has been deprecated. The driver
0 commit comments