ID:          32218
 Updated by:  [EMAIL PROTECTED]
 Reported By: mcihar at suse dot cz
 Status:      Open
-Bug Type:    Apache2 related
+Bug Type:    Documentation problem
 PHP Version: 5.0.3
 New Comment:

Let's document it.



Previous Comments:
------------------------------------------------------------------------

[2005-03-07 13:53:42] mcihar at suse dot cz

Description:
------------
This is basically same as bug #19113, but I didn't find way to add
comment there and I do no thing it is bogus.

Problem is that mod_php (and mod_perl as well) don't care about request
type at all, and handle all same way. If this is really intended
behaviour, it should be documented.

I feel it is a bug, solution migth be to add method check to
php_handler. It might look like:

if (r->method_number != M_GET && r->method_number != M_POST) {
    return DECLINED;
}



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32218&edit=1

Reply via email to