【发布时间】:2020-02-06 05:41:04
【问题描述】:
如何创建配置 php 时将使用的 mysqli 库?
我知道我应该使用标志:--with-mysqli=/path/to/mysql_config。但是我的问题是如何构建 mysqli lib?它是mysql源的一部分吗?我想自己构建库。
wget https://www.php.net/distributions/php-7.3.13.tar.gz
tar xfz php-7.3.13.tar.gz --strip-components 1 -C .
./configure --with-mysqli=<where can I find this>
https://www.php.net/manual/en/mysqli.installation.php --with-mysqli=/path/to/mysql_config
【问题讨论】:
标签: php mysql mysqli makefile configure