htscanner 1.0.1

htaccess support for PHP


Allow one to use htaccess-like file to configure PHP
per directory, just like apache's htaccess. It is especially useful with fastcgi (ISS5/6/7, lighttpd, etc.).
This package was originally developed by Bart Vanbrabant. Old versions are available
from: http://files.zoeloelip.be/htscanner

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Changes

- Fixed NULL pointer dereference when CLI server does not
define sapi_module.getenv.
- #22607, adapted apache module to provide dummy php_flag and
php_value directives for Apache 2.x API. See mod_htscanner2.c provided
with the package
- #22608, made example in README more explicit with regarding to IfModule
directive