File tree 2 files changed +7
-0
lines changed 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ PHP NEWS
41
41
. The mysqli_refresh() function and mysqli::refresh() method are now deprecated.
42
42
If this functionality is needed a SQL "FLUSH" command can be used instead.
43
43
(Kamil Tekiela)
44
+ . Passing explicitly the $mode parameter to mysqli_store_result() has been
45
+ deprecated. As the MYSQLI_STORE_RESULT_COPY_DATA constant was only used in
46
+ conjunction with this function it has also been deprecated. (Girgias)
44
47
45
48
- PHPDBG:
46
49
. array out of bounds, stack overflow handled for segfault handler on windows.
Original file line number Diff line number Diff line change @@ -457,6 +457,10 @@ PHP 8.4 UPGRADE NOTES
457
457
. The mysqli_refresh() function and mysqli::refresh() method are now deprecated.
458
458
If this functionality is needed a SQL "FLUSH" command can be used instead.
459
459
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_mysqli_refresh
460
+ . Passing explicitly the $mode parameter to mysqli_store_result() has been
461
+ deprecated. As the MYSQLI_STORE_RESULT_COPY_DATA constant was only used in
462
+ conjunction with this function it has also been deprecated.
463
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_the_second_parameter_to_mysqli_store_result
460
464
461
465
- PDO_PGSQL:
462
466
. Using escaped question marks (??) inside dollar-quoted strings is deprecated.
You can’t perform that action at this time.
0 commit comments