I'm not sure how to go above upgrading to the latest PHP version (even a minor version e.g. from 7.1.6 to 7.1.8)
Would it be required to remove existing PHP then build using the remove.sh and then install new version? That would require some downtime whilst it compiles?
I personally just fetch the latest changes for this repo git pull and run ./build.sh. Finally, you have to restart the PHP FPM daemon sudo service php7-fpm restart.
I'm not sure how to go above upgrading to the latest PHP version (even a minor version e.g. from 7.1.6 to 7.1.8)
Would it be required to remove existing PHP then build using the
remove.sh
and then install new version? That would require some downtime whilst it compiles?