Skip to content

Commit c777a4a

Browse files
committed
Update UPGRADING
1 parent 1c13d30 commit c777a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ PHP 8.1 UPGRADE NOTES
221221
. The mysqli_driver::$driver_version property has been deprecated. The driver
222222
version is meaningless as it hasn't been updated in more than a decade. Use
223223
PHP_VERSION_ID instead.
224+
. Calling mysqli::get_client_info in OO style or passing $mysqli argument to
225+
mysqli_get_client_info() function has been deprecated. Use
226+
mysqli_get_client_info() without any arguments to obtain the client
227+
library version information.
224228

225229
========================================
226230
5. Changed Functions

0 commit comments

Comments
 (0)