mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
f614a40b25
commit
e10859158e
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.error-log">
|
||||
<refnamediv>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<parameter>message</parameter> is sent to PHP's system logger, using
|
||||
the Operating System's system logging mechanism or a file, depending
|
||||
on what the <link linkend="ini.error-log">error_log</link>
|
||||
configuration directive is set to.
|
||||
configuration directive is set to. This is the default option.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -67,6 +67,13 @@
|
|||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
When explicitly specifying the <parameter>message_type</parameter> as
|
||||
<literal>3</literal>, a newline is not automatically added to the end of
|
||||
the <parameter>message</parameter> string.
|
||||
</simpara>
|
||||
</note>
|
||||
<warning>
|
||||
<para>
|
||||
Remote debugging via TCP/IP is a PHP 3 feature that is
|
||||
|
|
Loading…
Reference in a new issue