[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 sendmail.c sendmail.h

2003-01-04 Thread Jon Parise
On Fri, Jan 03, 2003 at 03:17:44PM -, Anantha Kesari H Y wrote: > hyanantha Fri Jan 3 10:17:44 2003 EDT > > Modified files: > /php4/win32 sendmail.c sendmail.h > Log: > NetWare related changes/modifications. Could you _please_ provide more subst

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 sendmail.c

2002-06-22 Thread Markus Fischer
Hi, I hope someone can properly test this patch, I'm currently too short on time for it (and with properly testing I really mean it that way, not just by calling mail() ) - Markus On Sat, Jun 22, 2002 at 03:29:30PM +0200, Marcus Börger wrote : > Here comes the diff - bu

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 sendmail.c

2002-06-22 Thread Marcus Börger
Here comes the diff - but again i cannot compile it under windows and therefore i never compiled it :-( If uses spprintf instead of s/n)printf where appropriate and uses a buffer on stack for chunked data instead of a static buffer. marcus cvs -z3 -q diff -w win32\sendmail.c (in directory S:\ph

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 sendmail.c

2002-06-11 Thread Markus Fischer
On Tue, Jun 11, 2002 at 11:59:55AM +0200, Marcus Börger wrote : > [I would do but unfortunateley i ran out of time due to a big project...and > i do not have a machine to do it right now] Nor do I right now. > Perhaps it would be a good idea to add some documentation in snprintf.h/c > that

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /win32 sendmail.c

2002-06-11 Thread Marcus Börger
[I would do but unfortunateley i ran out of time due to a big project...and i do not have a machine to do it right now] Perhaps it would be a good idea to add some documentation in snprintf.h/c that describes the differences between snprintf/spprintf and in which case to choose which function ma