From 6c0045302b664e3dacd2dc6ce629e5dc5e6b6c40 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 14 Apr 2021 20:13:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7fae4ff..181dfc3 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,13 @@ You will need to manually clean up those folders yourself using `rm -rf` (or by +
+The app has crashed! + +Please get in touch and open an issue. PHP Monitor shouldn't crash :) + +
+ ## 📝 Having another issue? I did not include any tracking or analytics software, so if you encounter issues, let me know [via an issue](https://github.com/nicoverbruggen/phpmon/issues/new). @@ -283,11 +290,8 @@ This means: The utility runs the following commands: -- Unlink all detected PHP versions -- Switch to whatever version of PHP `php` is at (this is done to ensure that Valet works, even when attempting to use PHP 5.6) -- Stop all relevant services (`php`, `nginx`) -- Link the desired version of PHP -- Start the correct `php` service for the desired PHP version +- Unlink all detected PHP versions & stop the respective `php@X.X` services +- Link the desired version of PHP, and start the associated service ### Want to know more?