From 273dac1ca72afe5ef5877ab2d67aef2bb699c923 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 29 Mar 2022 09:51:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20README=20with=20PHP=20?= =?UTF-8?q?upgrade=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9fb5c58..5f8e2c5 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,27 @@ For more details, consult the [constants file](https://github.com/nicoverbruggen +
+I have PHP Monitor installed, and it works. But... I want to upgrade my PHP versions, what's the best way to do this? + +It's easy to make a mistake here and and up with an unlinked version of PHP or have versions missing from PHP Monitor. Here's what I usually do: + +* Open PHP Monitor and select **First Aid & Services** > **Restore Homebrew Permissions**. +* Close PHP Monitor after the pop-up tells you the permissions were restored. +* Run `brew update-reset` +* Run `brew upgrade` + +If after this, any PHP versions are missing in PHP Monitor, please run the following for the versions that are missing: + +* Run `brew uninstall php@x.x` (where `x.x` is the version) +* Run `brew cleanup` +* Run `brew install php@x.x` (where `x.x` is the version) + +You may still need to run `brew link php` after upgrading, too. + +That's it. Now start up PHP Monitor again and you should be golden! +
+
I want PHP Monitor to start up when I boot my Mac!