Pierre,

As of php 5.3, it is possible to have a per directory configuration,
either using the system php.ini or using a .htaccess-like php.ini
(.user.ini). The concept is based on what you have in htscanner but in
a much better way (same syntax than in any php.ini). The goal is to
enable this feature in all SAPIs.
We do not use htscanner.

LiteSpeed web server is fully compatible with Apache .htaccess configuration file, and we use a highly efficient htaccess cache to reduce the overhead of reload configuration in .htaccess for each request like what Apache does.

PHP related configuration will be passed to PHP process through a IPC socket along with other request data.

I am sure the new per directory configuration should work with LiteSpeed SAPI. However, if it needs to scan each directory repeatedly for each request, it will slow down PHP even further.

Best Regards,
George


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to