Csgs

What Are Some Valuable Tips for Handling Global Errors in PHP?

Asked by Csgs 2 years ago php error


Pablo G
0
 
PHP's file handling facilities do not lend themselves to concurrent access - so although I'd recommend logging any events locally, do not write the files from your code - use the syslog interface. By all means send an email with the relevant details after you've sent it to the syslog.

by Pablo G 2 years ago

Answer this question

What Are Some Valuable Tips for Handling Global Errors in PHP?

0 errors found:

 
0