使用 phpbrew install xxx code>安装PHP版本后,是否可以 之后添加变体? p>
div>
Once you've installed a PHP version using phpbrew install x.x.x
, is it possible to add variants afterwards?
Once you've installed a PHP version using phpbrew install x.x.x
, is it possible to add variants afterwards?
使用 phpbrew install xxx code>安装PHP版本后,是否可以 之后添加变体? p>
div>
Yes, it is possible.
For example, to install mb_string()
extenstion use:
phpbrew ext install mbstring
After installation is completed, don't forget to restart fpm
with
phpbrew fpm restart
For more information, look here here
报告相同问题?