From 46c638598a8efe04a81328567b0b6ca7af951376 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Tue, 15 Sep 2020 03:13:12 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/mailparse.php | 6 +++++- generated/network.php | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/generated/mailparse.php b/generated/mailparse.php index b2980c32..1bae182a 100644 --- a/generated/mailparse.php +++ b/generated/mailparse.php @@ -66,6 +66,9 @@ function mailparse_msg_free($mimemail): void * * @param string $filename Path to the file holding the message. * The file is opened and streamed through the parser. + * + * The message contained in filename is supposed to end with a newline + * (CRLF); otherwise the last line of the message will not be parsed. * @return resource Returns a MIME resource representing the structure. * @throws MailparseException * @@ -88,7 +91,8 @@ function mailparse_msg_parse_file(string $filename) * than read and parse the whole thing. * * @param resource $mimemail A valid MIME resource. - * @param string $data + * @param string $data The final chunk of data is supposed to end with a newline + * (CRLF); otherwise the last line of the message will not be parsed. * @throws MailparseException * */ diff --git a/generated/network.php b/generated/network.php index 195b84b2..6d46b6ce 100644 --- a/generated/network.php +++ b/generated/network.php @@ -52,6 +52,8 @@ function closelog(): void * between platforms, DNS_ANY will not * always return every record, the slower DNS_ALL * will collect all records more reliably. + * + * DNS_CAA is not supported on Windows. * @param array|null $authns Passed by reference and, if given, will be populated with Resource * Records for the Authoritative Name Servers. * @param array|null $addtl Passed by reference and, if given, will be populated with any