mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
✨ Various fixes and improvements
- Prevent crashes with incorrectly loading modules - Prevent crashes when dyld libraries are missing - Indicate when the PHP installation is broken - New warning added at boot (multiple services) - Added "Force load latest PHP version" option It is known that PHP 5.6, 7.0 and 7.1 are causing issues with the newer versions of certain libraries ("dyld library" warning). It is recommended to only use PHP 7.2, PHP 7.3 and PHP 7.4 for a minimal amount of issues. Otherwise, there are certain fixes that are possible but they are not supported via PHP Monitor since they require manual formula changes. For more information, see: https://github.com/eXolnet/homebrew-deprecated/issues/23#issuecomment-619976586
This commit is contained in:
@ -65,6 +65,7 @@ PHP Monitor performs some integrity checks to ensure a good experience when usin
|
||||
- Laravel Valet is missing in `/usr/local/bin/valet`
|
||||
- Brew has not been added to sudoers in `/private/etc/sudoers.d/brew`
|
||||
- Valet has not been added to sudoers in `/private/etc/sudoers.d/valet`
|
||||
- Multiple PHP services are active (see more info below)
|
||||
|
||||
Follow instructions as specified in the alert in order to resolve any issues.
|
||||
|
||||
@ -107,9 +108,10 @@ The easiest way to make sure that PHP Monitor works again is to run the followin
|
||||
sudo brew services stop php@7.1
|
||||
sudo brew services stop php@7.0
|
||||
sudo brew services stop php@5.6
|
||||
sudo brew services stop nginx
|
||||
|
||||
Then, in PHP Monitor, select "Restart php-fpm service", which should start the service. Alternatively, you can run `sudo brew services start php@{x}` where `{x}` is your preferred version of PHP (for the latest version of PHP, you can omit `@{x}`).
|
||||
|
||||
---
|
||||
|
||||
If this software has been useful to you, star the repository so I know that the software is being used. I did not include any tracking or analytics software, so if you encounter issues, let me know via an issue.
|
||||
If this software has been useful to you, star the repository so I know that the software is being used. I did not include any tracking or analytics software, so if you encounter issues, let me know via an issue.
|
||||
|
Reference in New Issue
Block a user