
11-19-2012, 05:25 AM
|
|
Member
|
|
Join Date: Nov 2012
Posts: 11
|
|
PHP per host/path configuration directives
ref: http://us3.php.net/manual/en/ini.sections.php
PHP allows configuration directives to be defined with HOST= and PATH= syntax. This prevents these directives being overridden from from ini_set or via .htaccess.
Does LSWS support this, as no matter what I try, the configuration directives defined in the system php.ini under the HOST and PATH sections do not get applied to PHP requests at all.
|