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:
Christoph Michael Becker 2020-09-14 11:42:49 +00:00
parent a1b24d4e73
commit 393365367e
2 changed files with 12 additions and 2 deletions

View file

@ -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>

View file

@ -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>