Voting

: six plus zero?
(Example: nine)

The Note You're Voting On

php at kennel17 dot NOSPAM dot co dot uk
19 years ago
It appears that the system log = stderr if you are running PHP from the command line, and that often stderr = stdout. This means that if you are using a custom error to both display the error and log it to syslog, then a command-line user will see the same error reported twice.

<< Back to user notes page

To Top