[PHP-DEV] PHP 4.0 Bug #2756: POST method not admitted From: sergi <email protected>
Date: 11/18/99

From: sergi <email protected>
Operating system: Windows NT 4.0 (Service Pack 5)
PHP version: 4.0 Beta 2
PHP Bug Type: Performance problem
Bug description: POST method not admitted

It seems that the POST method does not work very well (but the GET method works fine). The example is:

<html><head></head><body>
<form action="servidor.php3" method="post">
<input type="hidden" name="servidor" value="localhost">
<input type="hidden" name="port" value="3306">
<input type="hidden" name="usuari" value="root">
<input type="submit" value="enviar">
</form></body></html>

What Apache says:

"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you <email protected> and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log."

The same situation (with POST method) works fine in version 3.0.11.

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