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 php55-meminfo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php55-meminfo
To see what files were installed by php55-meminfo, run:
port contents php55-meminfo
To later upgrade php55-meminfo, run:
sudo port selfupdate && sudo port upgrade php55-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.