a PHP extension to enable the use of per-directory htaccess-like PHP configuration files
php-htscanner is a PHP extension to enable the use of per-directory htaccess-like PHP configuration files, especially useful when using PHP as a FastCGI executable.
php-htscanner is a PHP extension to enable the use of per-directory htaccess-like PHP configuration files, especially useful when using PHP as a FastCGI executable.
To install php54-htscanner, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php54-htscanner
To see what files were installed by php54-htscanner, run:
port contents php54-htscanner
To later upgrade php54-htscanner, run:
sudo port selfupdate && sudo port upgrade php54-htscanner
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.