Skip to content

Commit 5d86515

Browse files
authored
1 parent 3bf21a0 commit 5d86515

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ext/mysqli/mysqli.stub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,7 @@ function mysqli_error_list(mysqli $mysql): array {}
13831383
function mysqli_stmt_execute(mysqli_stmt $statement, ?array $params = null): bool {}
13841384

13851385
/** @alias mysqli_stmt_execute */
1386+
#[\Deprecated(since: '8.5', message: "use mysqli_stmt_execute() instead")]
13861387
function mysqli_execute(mysqli_stmt $statement, ?array $params = null): bool {}
13871388

13881389
function mysqli_execute_query(mysqli $mysql, string $query, ?array $params = null): mysqli_result|bool {}

ext/mysqli/mysqli_arginfo.h

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

0 commit comments

Comments
 (0)