Page 1 of 1

PHP ini file in Xampp

PostPosted: 15. February 2010 11:13
by allanjpb
I am running Xampp 1.7.2

Is there more than 1 php.ini file used by the apache server as I am getting Deprecated Errors with error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

I have searched forum for over an hour with no results.

I am sure this has been asked before.

Just out of curiosity I searched for 'PHP ini' after I posted this topic and got no replies.

Regards

Re: PHP ini file in Xampp

PostPosted: 15. February 2010 14:56
by Altrea
in your
phpinfo() => Loaded Configuration File
<ou can find which php.ini is loaded. In 1.7.2 there should only be one, i think.

After every change of your php or Apache settings, you must restart your Apache

Scripts can overwrite your php.ini settings. Search your scripts for ini_set() and error_reporting lines