mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761
This commit is contained in:
parent
ab4670ee53
commit
d8dc47d58f
7 changed files with 12 additions and 8 deletions
|
@ -34,3 +34,5 @@
|
|||
#define mysqli_close(c, is_forced) mysql_close((c))
|
||||
#define mysqli_stmt_close(c, implicit) mysql_stmt_close((c))
|
||||
#define mysqli_free_result(r, is_forced) mysql_free_result((r))
|
||||
#define mysqli_change_user_silent(c, u, p, d) mysql_change_user((c), (u), (p), (d))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue