If you have a port for a web app that uses PHP, and you don't care (as you usually wouldn't) whether PHP is compiled as an Apache module or as a FastCGI binary, depend on php5-web so the user can choose.
If you have a port for a web app that uses PHP, and you don't care (as you usually wouldn't) whether PHP is compiled as an Apache module or as a FastCGI binary, depend on php5-web so the user can choose.
To install php5-web, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php5-web
To see what files were installed by php5-web, run:
port contents php5-web
To later upgrade php5-web, run:
sudo port selfupdate && sudo port upgrade php5-web
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.