29 Jun
2002
29 Jun
'02
03:13
On Wed, May 29, Uwe Hees wrote:
Hello all,
while developing a php based website hosted on my up-to-date SuSE 7.3/PPC box, I found apache crashing each time I tried to POST a form with encoding="multipart/form-data". The following patch applied to mod_php4 helped:
--- main/rfc1867.c.orig Mon May 27 22:20:41 2002 +++ main/rfc1867.c Mon May 27 22:21:09 2002 @@ -109,6 +109,7 @@ if (*bufp) efree(*bufp); *bufp = emalloc(n + 1); + va_start(ap,fmt); vsnprintf(*bufp, n + 1, fmt, ap); return; }
Thanks for the fix, I will put an update package on the ftp server. Gruss Olaf -- $ man clone BUGS Main feature not yet implemented...