Date: 10/21/00
- Next message: mdagosta <email protected>: "[PHP-DEV] PHP 4.0 Bug #7381: Connect to postgres -> weirdness"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] patch - adds new setting safe_mode_hide_env_vars"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: mdagosta <email protected>: "[PHP-DEV] PHP 4.0 Bug #7381: Connect to postgres -> weirdness"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] patch - adds new setting safe_mode_hide_env_vars"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

