From e10859158e1bcce057792e7d944dd52ff92290e5 Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Thu, 8 Apr 2004 04:47:58 +0000 Subject: [PATCH] Bug #24928: error_log inconsistent in adding newline to files git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155533 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/error-log.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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