From: Johannes Schlüter Date: Sat, 20 Sep 2014 01:27:40 +0000 (+0200) Subject: s,PHP 5,PHP 7, X-Git-Tag: POST_NATIVE_TLS_MERGE^2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=972badf764dcfe33c110a0314f805f122c79184f;p=php s,PHP 5,PHP 7, --- 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 */