Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 安装 PHP 版本phpbrew install x.x.x后,以后可以添加变体吗?
phpbrew install x.x.x
对的,这是可能的。例如,要安装mb_string()扩展,请使用:
mb_string()
phpbrew ext install mbstring
安装完成后别忘了fpm重启
fpm
phpbrew fpm restart
欲了解更多信息,请看这里