Skip to content

Commit 972badf

Browse files
committed
s,PHP 5,PHP 7,
1 parent ee51c15 commit 972badf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: win32/sendmail.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ char LocalHost[HOST_NAME_LEN];
8787
#endif
8888
char seps[] = " ,\t\n";
8989
#ifndef NETWARE
90-
char *php_mailer = "PHP 5 WIN32";
90+
char *php_mailer = "PHP 7 WIN32";
9191
#else
92-
char *php_mailer = "PHP 5 NetWare";
92+
char *php_mailer = "PHP 7 NetWare";
9393
#endif /* NETWARE */
9494

9595
/* Error messages */

0 commit comments

Comments
 (0)