|
I was asking specifically about the HOST= and PATH= syntax in the php.ini, which allows you to set values based on the location of files within the filesystem - so for example /home/regularusers/ could have one value and /home/superusers/ could have another.
It also allows you to prevent overriding of values via .htaccess or php.ini within the accounts, so you can enforce php.ini values.
Can LSWS support this standard PHP behaviour?
|