diff --git a/reference/errorfunc/functions/error-log.xml b/reference/errorfunc/functions/error-log.xml index e6d5d469fa..d860d521f5 100644 --- a/reference/errorfunc/functions/error-log.xml +++ b/reference/errorfunc/functions/error-log.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ message is sent to PHP's system logger, using the Operating System's system logging mechanism or a file, depending on what the error_log - configuration directive is set to. + configuration directive is set to. This is the default option. @@ -67,6 +67,13 @@ + + + When explicitly specifying the message_type as + 3, a newline is not automatically added to the end of + the message string. + + Remote debugging via TCP/IP is a PHP 3 feature that is