Hello you should precompile PHP with new parameter for new php.ini location OR use PHP -c parameter when you start it.
Regards -- Bogomil B. Shopov http://purplerain.org CRI74 - Fabien Combernous wrote: > Hello, > > In my apache configuration file i have this line : > SetEnv PHPRC /path/i_would_like/to_use/ > > In directory /path/i_would_like/to_use/, i put a php.ini file. > Usualy PHPRC variable permit to modify path where php search php.ini > file, different of which one given at compil time. But i don't know why > php is near to ignore SetEnv. > > Some complements are necessary. If i use a phpinfo() function, i can > read PHPRC with value "/path/i_would_like/to_use/". But, value of > "Configuration File (php.ini) Path" say that php use the path specified > at compil time. So, /path/i_would_like/to_use/php.ini is ingored. > > I'm confused and lost. Can someone bring me some help ?