[PHP-CVS] cvs: php4 /ext/standard mail.c

2001-03-21 Thread Ben Mansell
joostersWed Mar 21 07:15:31 2001 EDT Modified files: /php4/ext/standard mail.c Log: UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell) a concept of a temporary failure response to pclose(). Index: php4/ext/standard/mail.c diff -u

Re: [PHP-CVS] cvs: php4 /ext/standard mail.c php_mail.h

2001-02-06 Thread sterling hughes
Derick Rethans wrote: > > On Tue, 6 Feb 2001, sterling hughes wrote: > > > Derick Rethans wrote: > > > > > > I know this... it should probably be noted in the docs. > > > > > > > Are you sure we should be adding that option to the mail() command? If the > > > > user really needs the advanced fe

Re: [PHP-CVS] cvs: php4 /ext/standard mail.c php_mail.h

2001-02-06 Thread Derick Rethans
On Tue, 6 Feb 2001, sterling hughes wrote: > Derick Rethans wrote: > > > > I know this... it should probably be noted in the docs. > > > > > Are you sure we should be adding that option to the mail() command? If the > > > user really needs the advanced features provided by sendmail, they can > >

Re: [PHP-CVS] cvs: php4 /ext/standard mail.c php_mail.h

2001-02-06 Thread sterling hughes
Derick Rethans wrote: > > On Mon, 5 Feb 2001, Sterling Hughes wrote: > > > > @- Added a new parameter to mail() which appends aditional command line > > > @ parameters to the mail program. (Derick) > > > > This won't be portable, on windows it uses raw smtp code... > > I know this... it sh

Re: [PHP-CVS] cvs: php4 /ext/standard mail.c php_mail.h

2001-02-06 Thread Derick Rethans
On Mon, 5 Feb 2001, Sterling Hughes wrote: > > @- Added a new parameter to mail() which appends aditional command line > > @ parameters to the mail program. (Derick) > > This won't be portable, on windows it uses raw smtp code... I know this... it should probably be noted in the docs. > Ar

Re: [PHP-CVS] cvs: php4 /ext/standard mail.c php_mail.h

2001-02-05 Thread Sterling Hughes
> > Modified files: > /php4/ext/standard mail.c php_mail.h > Log: > - Added a new parameter to mail() which appends aditional command line > parameters to the mail program. This is usefull to set the From headers > correctly with the -f parameter to sendmail p.e. > @- Added a n

[PHP-CVS] cvs: php4 /ext/standard mail.c php_mail.h

2001-02-05 Thread Derick Rethans
derick Mon Feb 5 13:30:30 2001 EDT Modified files: /php4/ext/standard mail.c php_mail.h Log: - Added a new parameter to mail() which appends aditional command line parameters to the mail program. This is usefull to set the From headers correctly with th