PHP error log

omardadi

New member
Joined
Apr 12, 2010
Messages
8
How to turn on PHP error logging to see runtime errors from the PHP parser (i.e. the 'php.errors' log file).
 
Sends an error message to the web server's error log, a TCP port or to a file.

PHP:
bool error_log  (  string $message  [,  int $message_type = 0  [,  string $destination  [,  string $extra_headers  ]]] )
 
Back
Top