Loading...
前言可能是我火星了。在早期编译 PHP 的时候,为了使其支持 Mysql/MariaDB(以下统称为Mysql) 都会加上这样的编译选项--with-mysqli=/path/to/mysql_config \ --with-pdo-mysql=/path/to/mysql_config \ --with-mysql=/path/to/mysql_config注:with-mysql在PHP...