如何将配置选项传递给phpenv安装

如何将配置选项传递给phpenv安装,php,Php,我想在启用ZTS和调试符号的情况下安装PHP via。在手动安装中,我将通过传递到configure选项来实现这一点 如何将这些选项传递给phpenv?键入phpenv安装--helpprints Usage: phpenv install [--ini|-i <environment>] <version> phpenv install [--ini|-i <environment>] <definition-file>

我想在启用ZTS和调试符号的情况下安装PHP via。在手动安装中,我将通过传递到configure选项来实现这一点


如何将这些选项传递给phpenv?

键入
phpenv安装--help
prints

Usage: phpenv install [--ini|-i <environment>] <version>
       phpenv install [--ini|-i <environment>] <definition-file>
       phpenv install -l|--list
       phpenv install -V|--version

 -l/--list     List all available versions
 -V/--version  Show version of php-build

For detailed information on installing PHP versions with
php-build, including a list of environment variables for adjusting
compilation, see: https://github.com/php-build/php-build

键入
phpenv安装--help
打印

Usage: phpenv install [--ini|-i <environment>] <version>
       phpenv install [--ini|-i <environment>] <definition-file>
       phpenv install -l|--list
       phpenv install -V|--version

 -l/--list     List all available versions
 -V/--version  Show version of php-build

For detailed information on installing PHP versions with
php-build, including a list of environment variables for adjusting
compilation, see: https://github.com/php-build/php-build