kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

[Advice] - when upgrading between PHP tags #60

Closed wkhayrattee closed 6 years ago

wkhayrattee commented 6 years ago

Hi.. this is not a bug report, but a trivial support question..

Let's say I need to move from php 7.1.2 to php 7.1.5 for example, how do I need to proceed? Should I re-run the all the build.sh and install.sh again and again for successive new releases?

Asking because inside the build.sh script I cannot see any code block which caters for that. Each run is a new run.

Thanks

kasparsd commented 6 years ago

@7php That is a great question and we should probably add it to the readme.md.

I just run ./build.sh. There is no need for ./install.sh since the config files don't normally change.