mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Fix #ifdef for mixed builds (ext/mysql using myslqnd, mysqli using libmysql)
This commit is contained in:
parent
5dc49bebaa
commit
283b7ad9db
@ -838,7 +838,7 @@ PHP_MINIT_FUNCTION(mysqli)
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MYSQL_USE_MYSQLND
|
||||
#ifdef MYSQLI_USE_MYSQLND
|
||||
mysqlnd_register_api_extension(&mysqli_api_ext);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user