[PHP-DEV] Bug #7378 Updated: Segmentation fault with multipart/form-data From: Bug Database (php-dev <email protected>)
Date: 10/21/00

ID: 7378
User Update by: david <email protected>
Status: Open
Bug Type: Reproduceable crash
Description: Segmentation fault with multipart/form-data

I traced the problem further, and I discovered, that the problem exists with other scripts too...

The Apache replies 500 Internal Server Error if a submit the following script:

test.html:
<form action="test.php" method="POST" enctype="multipart/form-data">
<input type="submit" name="submit" value="Go">
</form>

test.php (Yes, it runs as CGI):
#!/usr/bin/php3
  Hello world!

It's not an apache problem because I tried submitting test.html to a Perl cgi script, and it was OK, so it's related with PHP :(

Anyone could help what is the problem or what should I do?

Full Bug description available at: http://bugs.php.net/?id=7378

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