PHP not reading php.ini?

#1
Greetings

I've just installed litespeed and compiled php, however I'm finding that despite phpinfo reporting the location of the loaded php.ini, changes to that .ini are not taking effect. Yes I am restarting the service. Any thoughts?
 

NiteWave

Administrator
#2
sounds not possible.

in particular, which parameter you tried to change but no effect?

it's possible it's overridden by
php_value
php_flag
in .htaccess
 
Top