一旦您使用phpbrew install x.x.x安装了PHP版本,之后是否可以添加变体?
phpbrew install x.x.x
发布于 2017-01-13 07:37:50
是的,这是可能的。例如,要安装mb_string()扩展,请使用:
mb_string()
phpbrew ext install mbstring
安装完成后,不要忘记用
phpbrew fpm restart
有关更多信息,请参见这里的这里
https://stackoverflow.com/questions/40308572
相似问题