php5 extension for PHP acceleration, optimization, and dynamic content caching
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.
To install php-eaccelerator, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php-eaccelerator
To see what files were installed by php-eaccelerator, run:
port contents php-eaccelerator
To later upgrade php-eaccelerator, run:
sudo port selfupdate && sudo port upgrade php-eaccelerator
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.