Quote:
|
Originally Posted by aolex
if i have 2 php installations (separate) , can i have 2 php.ini files ? how will php know wich is the good php.ini ?
|
You compile the location of the php.ini into PHP. Run
in the PHP source directory to find out about all the configuration options.