summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-06-19 09:35:28 +0800
committerXinchen Hui <laruence@php.net>2015-06-19 09:35:28 +0800
commit6a8db931158a73398135e8f9fd3a050de36dd246 (patch)
tree606a93ee3b92571b8663242c937591edba984ff7
parentc0119ca7f3e05620f7e89c1963900f2da7f3dd35 (diff)
parent1edb2e9a1037c6001df2e60b99b4251b05735c4f (diff)
downloadphp-git-6a8db931158a73398135e8f9fd3a050de36dd246.tar.gz
Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5
-rw-r--r--ext/standard/mail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/mail.c b/ext/standard/mail.c
index 74adc97f1c..09e0a5546b 100644
--- a/ext/standard/mail.c
+++ b/ext/standard/mail.c
@@ -225,7 +225,6 @@ void php_mail_log_to_file(char *filename, char *message, size_t message_size TSR
static int php_mail_detect_multiple_crlf(char *hdr) {
/* This function detects multiple/malformed multiple newlines. */
- size_t len;
if (!hdr) {
return 0;