[PHP-DEV] Bug #7543: HTTP POST with enctype=multipart/form-data From: ms <email protected>
Date: 10/31/00

From: ms <email protected>
Operating system: linux 2.2.13 glibc2.0 (RH 5)
PHP version: 3.0.17
PHP Bug Type: Reproduceable crash
Bug description: HTTP POST with enctype=multipart/form-data

I think I see the same as #7456 and #7506.

php is compiled as apache module and
with --with-mysql and --with-oracle

Sample script:

<form method=post enctype="multipart/form-data">

<input type=file name=test1>

<input type=submit>

</form>
<?
echo "test.";
?>

-- 
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>