imajes Sun Sep 22 12:14:11 2002 EDT Modified files: /php4/ext/standard mail.c Log: typo Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.63 php4/ext/standard/mail.c:1.64 --- php4/ext/standard/mail.c:1.63 Fri Sep 6 03:30:51 2002 +++ php4/ext/standard/mail.c Sun Sep 22 12:14:11 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mail.c,v 1.63 2002/09/06 07:30:51 derick Exp $ */ +/* $Id: mail.c,v 1.64 2002/09/22 16:14:11 imajes Exp $ */ #include <stdlib.h> #include <ctype.h> @@ -192,7 +192,7 @@ if (sendmail) { #ifndef PHP_WIN32 if (EACCES == errno) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Permission denied; unable to execute shell to run mail delivery binary"); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Permission +denied: unable to execute shell to run mail delivery binary"); pclose(sendmail); return 0; } @@ -230,7 +230,7 @@ /* {{{ PHP_MINFO_FUNCTION */ PHP_MINFO_FUNCTION(mail) -{ + char *sendmail_path = INI_STR("sendmail_path"); #ifdef PHP_WIN32
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php