Currently the output logged in the trace file doesn't exactly match what's seen in the browser when display errors is set. It would be nice if the $errstr were prepended by the appropriate Error level string.
e.g. Warning: require_once( filename ): failed to open stream: No such file or directory
Currently the output logged in the trace file doesn't exactly match what's seen in the browser when display errors is set. It would be nice if the $errstr were prepended by the appropriate Error level string. e.g. Warning: require_once( filename ): failed to open stream: No such file or directory
See http://php.net/manual/en/errorfunc.constants.php and http://php.net/manual/en/errorfunc.examples.php
This would make it easier to find the trace records in the trace output file. Well, the one's that can be captured!