Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is PHP track_errors?

Tags:

php

cpanel

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?

like image 633
PHPLOVER Avatar asked Sep 05 '10 23:09

PHPLOVER


1 Answers

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.

like image 75
Matthew Avatar answered Sep 29 '22 00:09

Matthew