Skip to content

Commit 77a45f4

Browse files
committed
Deprecate mysqli_refresh
1 parent 620b622 commit 77a45f4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ext/mysqli/mysqli.stub.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ public function thread_safe(): bool {}
10301030
public function use_result(): mysqli_result|false {}
10311031

10321032
/**
1033+
* @deprecated
10331034
* @tentative-return-type
10341035
* @alias mysqli_refresh
10351036
*/
@@ -1672,4 +1673,5 @@ function mysqli_use_result(mysqli $mysql): mysqli_result|false {}
16721673

16731674
function mysqli_warning_count(mysqli $mysql): int {}
16741675

1676+
/** @deprecated */
16751677
function mysqli_refresh(mysqli $mysql, int $flags): bool {}

ext/mysqli/mysqli_arginfo.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)