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 a68b8b5 commit 8448db8Copy full SHA for 8448db8
UPGRADING
@@ -473,6 +473,7 @@ PHP 8.4 UPGRADE NOTES
473
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_mysqli_kill
474
. The mysqli_refresh() function and mysqli::refresh() method are now deprecated.
475
If this functionality is needed a SQL "FLUSH" command can be used instead.
476
+ All MYSQLI_REFRESH_* constants have been deprecated as well.
477
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_mysqli_refresh
478
. Passing explicitly the $mode parameter to mysqli_store_result() has been
479
deprecated. As the MYSQLI_STORE_RESULT_COPY_DATA constant was only used in
0 commit comments