Skip to content

Commit 8448db8

Browse files
committed
Mention in UPGRADING the MYSQLI_REFRESH_* constants
1 parent a68b8b5 commit 8448db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ PHP 8.4 UPGRADE NOTES
473473
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_mysqli_kill
474474
. The mysqli_refresh() function and mysqli::refresh() method are now deprecated.
475475
If this functionality is needed a SQL "FLUSH" command can be used instead.
476+
All MYSQLI_REFRESH_* constants have been deprecated as well.
476477
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_mysqli_refresh
477478
. Passing explicitly the $mode parameter to mysqli_store_result() has been
478479
deprecated. As the MYSQLI_STORE_RESULT_COPY_DATA constant was only used in

0 commit comments

Comments
 (0)