PHP Meminfo is a PHP extension that gives you insights on the PHP memory content. Its main goal is to help you understand memory leaks: by looking at data present in memory, you can better understand your application behaviour.
PHP Meminfo is a PHP extension that gives you insights on the PHP memory content. Its main goal is to help you understand memory leaks: by looking at data present in memory, you can better understand your application behaviour.
To install php82-meminfo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php82-meminfo
To see what files were installed by php82-meminfo, run:
port contents php82-meminfo
To later upgrade php82-meminfo, run:
sudo port selfupdate && sudo port upgrade php82-meminfo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.