PHP Monitor 5.6.3 is a maintenance release with official support for macOS Ventura.
Upgrading
If you are upgrading to macOS Ventura or have upgraded, make sure your installation of Homebrew is up-to-date, since new OS releases often mean that a major update for Homebrew is usually available. If you are having issues after upgrading, you may want to run brew doctor
.
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 did not use Homebrew to install the app, you can download a zip below (by expanding Assets and choosing phpmon.zip
).
What's New
- Added a preference to disable the warning about using a custom TLD (#206).
Resolved Issues
- Potentially fixes issue(s) with concurrency by building against the macOS 13 (Ventura) SDK.
- Fixed an issue with empty terminal output causing the app to crash when running
brew info
when querying a tap or package that isn't installed. - Added the instruction to run
brew tap homebrew/services
when bumping into issue #208.