htscanner 0.9.0

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

- allow all configuration options by using the SAPI hook
- #11959, fix value parsing when other empty chars are used than space (tabs)
- #13190, Setting a value with php_value strips the last character
- #14487, quotes and double quotes not parsed correctly
Thanks to m dot kurzyna at crystalpoint dot pl, manuel at mausz dot at for
their patches and patience :)