PHP Monitor 5.6.6 is a maintenance release with an updated disclaimer for secured proxies, and it has been fully tested with the stable version of PHP 8.2, which is now generally available via Homebrew.
What's New
- Fully tested this release with the official release of PHP 8.2, which is now available via Homebrew as the
php
formula. - To get PHP 8.1 back, run
brew install php@8.1
after runningbrew upgrade
.
Resolved Issues
- The GUI for creating a proxy with a subject that is being accessed over SSL (
https://
prefix instead ofhttp://
) will now include a small warning about manually needing to setproxy_ssl_verify
tooff
in the domain's nginx configuration file.
Upgrading
The recommended way of upgrading is running brew update-reset && brew upgrade phpmon
after you've installed PHP Monitor using Homebrew. This always gets you the latest and greatest stable version of PHP Monitor.
If you are having issues after upgrading, you may want to run brew doctor
and valet install
.
(If you did not use Homebrew to install the app, you can also download a zip below.)