PHPBrew update existing install with variant?

916 Views Asked by At

Once you've installed a PHP version using phpbrew install x.x.x, is it possible to add variants afterwards?

1

There are 1 best solutions below

0
On BEST ANSWER

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