mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixed type
This commit is contained in:
parent
4a12b4cef9
commit
a038ab892f
@ -1372,7 +1372,7 @@ PHP_FUNCTION(mysql_client_encoding)
|
||||
PHP_FUNCTION(mysql_set_charset)
|
||||
{
|
||||
char *csname;
|
||||
int csname_len;
|
||||
size_t csname_len;
|
||||
php_mysql_conn *mysql;
|
||||
zval *mysql_link = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user