From: gzsolt at yahoo dot com Operating system: Windows XP SP1 PHP version: 4.3.11 PHP Bug Type: CGI related Bug description: PHP seams to not processing the POST data
Description: ------------ I am using PHP 4.3.11 under Windows XP. I run the CGI version from my own webserver (meaning i wrote it). The CGI support is OK i my webserver, other CGI programs working fine. The problem is the following: a simple login forms posts data to a php page. The webserver gets, the request inc. post data. It start php, sends the post data trough STDIN. PHP reads out all data from STDIN (Content-Length bytes), it gets to the $HTTP_RAW_POST_DATA variable, but the $_POST and $HTTP_POST_VARS arrays remaining empty! I have no clue what could cause this problem, possibly not a bug at all, but i did not find any problem in my php config (i can post it, if needed). -- Edit bug report at http://bugs.php.net/?id=33655&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33655&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33655&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33655&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33655&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33655&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33655&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33655&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33655&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33655&r=support Expected behavior: http://bugs.php.net/fix.php?id=33655&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33655&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33655&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33655&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33655&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33655&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33655&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33655&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33655&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33655&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33655&r=mysqlcfg
