2 php.ini files

corbFrinics

New Member
I have found that:When I type the following on terminal:\[code\]php -i | grep php.ini\[/code\]I get the output:\[code\]The Loaded Configuration file is @ /etc/php5/cli/php.ini\[/code\]However, from phpinfo(), I get to see:\[code\]The loaded ini file is @ /etc/php5/apache2/php.ini\[/code\]Which one of these is working right now ? How is it possible to have 2 INI files ?
 
Back
Top