mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #75923: Body is fetched without the last line
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350566 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1b24d4e73
commit
393365367e
2 changed files with 12 additions and 2 deletions
|
@ -28,6 +28,12 @@
|
|||
Path to the file holding the message.
|
||||
The file is opened and streamed through the parser.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The message contained in <parameter>filename</parameter> is supposed to end with a newline
|
||||
(<literal>CRLF</literal>); otherwise the last line of the message will not be parsed.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
@ -36,8 +36,12 @@
|
|||
<varlistentry>
|
||||
<term><parameter>data</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The final chunk of <parameter>data</parameter> is supposed to end with a newline
|
||||
(<literal>CRLF</literal>); otherwise the last line of the message will not be parsed.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue