Skip to content

Commit e0fb31c

Browse files
committed
NEWS/UPGRADING
1 parent ee8e339 commit e0fb31c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ PHP NEWS
4141
. The mysqli_refresh() function and mysqli::refresh() method are now deprecated.
4242
If this functionality is needed a SQL "FLUSH" command can be used instead.
4343
(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)
4447

4548
- PHPDBG:
4649
. array out of bounds, stack overflow handled for segfault handler on windows.

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,10 @@ PHP 8.4 UPGRADE NOTES
457457
. The mysqli_refresh() function and mysqli::refresh() method are now deprecated.
458458
If this functionality is needed a SQL "FLUSH" command can be used instead.
459459
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
460464

461465
- PDO_PGSQL:
462466
. Using escaped question marks (??) inside dollar-quoted strings is deprecated.

0 commit comments

Comments
 (0)