5
Display and log errors
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('log_errors', TRUE);
ini_set('error_log', 'php.log');
rated 5 times
(5)
(0)
comments: 0 / hits: 980
/ 2 years ago, sat, dec 8, 18, 05:48:50
More From
» PHP
Comments
There are no comments for this Snippet yet
Only authorized users can post. Please sign in first, or register a free account