summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2014-09-20 03:27:40 +0200
committerJohannes Schlüter <johannes@php.net>2014-09-20 03:27:40 +0200
commit972badf764dcfe33c110a0314f805f122c79184f (patch)
tree36a5040e2940f4b8536adb9631629b9378bcc8cd /win32/sendmail.c
parentee51c15cf829c682d911b5cc6b99c13a742ea634 (diff)
downloadphp-git-972badf764dcfe33c110a0314f805f122c79184f.tar.gz
s,PHP 5,PHP 7,
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r--win32/sendmail.c4
1 files 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 */