ID:               38094
 User updated by:  mdcore at gmail dot com
 Reported By:      mdcore at gmail dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         IIS related
 Operating System: 2003
 PHP Version:      5.1.4
 New Comment:

Thanks for responding so quickly Tony!

I think it is a bug in the PHP ISAPI filter because if I use a custom
404 ASP page then the POST variables do come through. It's only with
PHP pages that it does not work.


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

[2006-07-13 12:53:30] [EMAIL PROTECTED]

It clearly DOES pass them, as you said it yourself:
>this works in IIS5 but not in IIS6. 
Please report it to Microsoft.

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

[2006-07-13 12:47:44] mdcore at gmail dot com

Why is the PHP ISAPI filter not passing the POST variables to the
script?

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

[2006-07-13 12:43:19] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.



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

[2006-07-13 12:38:08] mdcore at gmail dot com

Description:
------------
I'm using a custom 404 page in IIS to handle a form of mod_rewrite. But
if I post a form then the custom 404 does not get the POST variables.
this works in IIS5 but not in IIS6. 

Reproduce code:
---------------
formtest.php:
<form method="post" action="non_existant_page.abc">
<input name="test" type="text" value="some stuff" />
<input type="submit" />
</form>

Set this up as a custom 404 page in IIS.
custom404.php:
<pre><?
print_r($GLOBALS);
?></pre>



Expected result:
----------------
non-empty _FORM and REQUEST_METHOD of POST

Actual result:
--------------
empty _FORM and REQUEST_METHOD of GET


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


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

Reply via email to