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