views:

93

answers:

1

Hi,

I was just glancing through my Cpanel's php.ini EZConfig (basically php.ini; it just allows me to change some settings in php.ini through Cpanel) and noticed track_errors ,

Can someone tell me what this means, i have searched the php website and google and cannot find out what it means exactly?

Thanks PHPLOVER

+7  A: 

Search for "track_errors PHP".

http://us3.php.net/manual/en/errorfunc.configuration.php#ini.track-errors

If enabled, the last error message will always be present in the variable $php_errormsg.

konforce
Thanks! I did honestly do a search and found nothing. Thank you
PHPLOVER