mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
s,PHP 5,PHP 7,
This commit is contained in:
parent
ee51c15cf8
commit
972badf764
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user