diff options
| author | Dharman <tekiela246@gmail.com> | 2021-03-13 17:34:33 +0000 |
|---|---|---|
| committer | Dharman <tekiela246@gmail.com> | 2021-03-17 20:10:18 +0000 |
| commit | 7e9f6d2a48f8ff6ae458252d395eec1b1d9e6f14 (patch) | |
| tree | 97ba101d228e2a8042c621599d5ac4fe67abaa73 /ext/mysqli/mysqli.stub.php | |
| parent | eb8f5e43475e44f8746a2357ed8c3cd60b426eb0 (diff) | |
| download | php-git-7e9f6d2a48f8ff6ae458252d395eec1b1d9e6f14.tar.gz | |
Deprecate OO style mysqli::get_client_info method
Deprecate passing connection object to mysqli_get_client_info()
Closes GH-6777.
Diffstat (limited to 'ext/mysqli/mysqli.stub.php')
| -rw-r--r-- | ext/mysqli/mysqli.stub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli.stub.php b/ext/mysqli/mysqli.stub.php index 9956778c6e..5152e7f911 100644 --- a/ext/mysqli/mysqli.stub.php +++ b/ext/mysqli/mysqli.stub.php @@ -136,6 +136,7 @@ class mysqli /** * @return string|null * @alias mysqli_get_client_info + * @deprecated 8.1.0 */ public function get_client_info() {} |
