We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c13d30 commit c777a4aCopy full SHA for c777a4a
UPGRADING
@@ -221,6 +221,10 @@ PHP 8.1 UPGRADE NOTES
221
. The mysqli_driver::$driver_version property has been deprecated. The driver
222
version is meaningless as it hasn't been updated in more than a decade. Use
223
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.
228
229
========================================
230
5. Changed Functions
0 commit comments