You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: