mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #64032: mysqli reports different client_version
This commit is contained in:
@@ -91,7 +91,7 @@ static int driver_embedded_read(mysqli_object *obj, zval *retval, zend_bool quie
|
||||
/* {{{ property driver_client_version_read */
|
||||
static int driver_client_version_read(mysqli_object *obj, zval *retval, zend_bool quiet)
|
||||
{
|
||||
ZVAL_LONG(retval, MYSQL_VERSION_ID);
|
||||
ZVAL_LONG(retval, mysql_get_client_version());
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user