diff options
author | George Wang <gwang@php.net> | 2014-10-03 16:43:58 -0400 |
---|---|---|
committer | George Wang <gwang@php.net> | 2014-10-03 16:43:58 -0400 |
commit | 2fd7d60ea06aa07b99dc219655be7ab42b7e2e16 (patch) | |
tree | 2835e4d2625870eb707e0361a769e4921aff8609 /win32/sendmail.c | |
parent | a7d2747890846ed68cc86c6e8d3fd005525ff0cc (diff) | |
parent | e9b23401514a642b58084784305c1d19cf86a823 (diff) | |
download | php-git-2fd7d60ea06aa07b99dc219655be7ab42b7e2e16.tar.gz |
Merge branch 'master' of git.php.net:php-src
Diffstat (limited to 'win32/sendmail.c')
-rw-r--r-- | win32/sendmail.c | 4 |
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 */ |