mfischer Sat Sep 21 11:03:25 2002 EDT Modified files: /php4/win32 sendmail.c Log: - Forgot to add an extra space. Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.46 php4/win32/sendmail.c:1.47 --- php4/win32/sendmail.c:1.46 Tue Jul 2 19:44:06 2002 +++ php4/win32/sendmail.c Sat Sep 21 11:03:24 2002 @@ -17,7 +17,7 @@ * */ -/* $Id: sendmail.c,v 1.46 2002/07/02 23:44:06 fmk Exp $ */ +/* $Id: sendmail.c,v 1.47 2002/09/21 15:03:24 mfischer Exp $ */ #include "php.h" /*php specific */ #include <stdio.h> @@ -265,7 +265,7 @@ return FAILURE; } snprintf(*error_message, HOST_NAME_LEN + 128, - "Failed to connect to mailserver at \"%s\" port %d, verify your \"SMTP\"" + "Failed to connect to mailserver at \"%s\" port %d, verify +your \"SMTP\" " "and \"smtp_port\" setting in php.ini or use ini_set()", MailHost, !INI_INT("smtp_port") ? 25 : INI_INT("smtp_port")); return FAILURE;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php