php-7-debian icon indicating copy to clipboard operation
php-7-debian copied to clipboard

Instructions for updating existing install

Open garygreen opened this issue 8 years ago • 1 comments

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?

garygreen avatar Sep 08 '17 09:09 garygreen

That is a very good suggestion @garygreen!

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.

kasparsd avatar Sep 10 '17 08:09 kasparsd