From 972badf764dcfe33c110a0314f805f122c79184f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sat, 20 Sep 2014 03:27:40 +0200 Subject: [PATCH] s,PHP 5,PHP 7, --- win32/sendmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/sendmail.c b/win32/sendmail.c index 5fe33331cd..3e81ecd4bc 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -87,9 +87,9 @@ char LocalHost[HOST_NAME_LEN]; #endif char seps[] = " ,\t\n"; #ifndef NETWARE -char *php_mailer = "PHP 5 WIN32"; +char *php_mailer = "PHP 7 WIN32"; #else -char *php_mailer = "PHP 5 NetWare"; +char *php_mailer = "PHP 7 NetWare"; #endif /* NETWARE */ /* Error messages */ -- 2.40.0