Re: [PHP-DEV] Bug #7299: Crash when trying to upload a file From: David Guerizec (david <email protected>)
Date: 10/17/00

On Wed, 18 Oct 2000, Derick Rethans wrote:

> Hello,
>
> I think this is fixed in CVS. AFAIK there is a 3.0.18RC1 which addresses
> this problem. Please try this release and report back to this list.

I tried it right before submitting this bug report. AFAICS, 3.0.18RC1 *is*
rev. 1.64.

David

> > From: david <email protected>
> > Operating system: Linux RedHat 7.0
> > PHP version: 3.0 Latest CVS (17/10/2000)
> > PHP Bug Type: Reproduceable crash
> > Bug description: Crash when trying to upload a file
> >
> > Hi,
> > I'm a Midgard core developper and since we upgraded to PHP 3.0.17, Apache crashes when submitting the following form.
> > I found a bug in functions/mime.c (rev 1.63) and I saw it's been corrected in the CVS (rev 1.64), but only on enctype="multipart/form-data" forms not containing any 'file' input: when I upgraded to the current CVS version of mime.c, I still couldn't submit a multipart/form-data containing a 'file' input.
> >
> > I tried to come back to functions/mime.c (rev 1.61) and it works well.
> >
> > I use Midgard 1.4b5f (the latest in CVS) from source, and Apache 1.3.12-25 from RPM.
> >
> > <form name="form" action="<? echo $PHP_SELF; ?>" method="POST" ENCTYPE="multipart/form-data">
> > <input type= "hidden" name="whattodo" value="create">
> > <input type="text" name="title" value="" size=20>
> > <input type="text" name="name" value="" >
> > <input type="text" name="mimetype" value="" >
> > <input type="hidden" name="MAX_FILE_SIZE" value="2097152">
> > <input type="file" name="blob">
> > <input type="submit" name="submit" value="Submit">
> > </form>
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> > For additional commands, e-mail: php-dev-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
> >
>
>
>

-- 
Best Regards,

David Guerizec - Open Source Developer @ AurorA R&D

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>