From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.2 PHP Bug Type: Other web server Bug description: Post Problem with thttpd
Hi I have a problem with POST using thttpd as a webserver. I'm using php-4.1.2 and thttpd-2.21b. configure --prefix=/usr/local \ --with-config-file-path=/webmgnt/etc/ \ --with-gettext \ --with-mcrypt \ --enable-ctype \ --enable-wddx \ --with-thttpd=../thttpd-2.21b \ --enable-shared=no Everything is compiled staticly When the HTTP header and the POST data are send in one single TCP packet everything works fine. But when the POST data or even a part of it is send in an other packet the php-script can't see any of the POST variables. It seems that php only analyses the read-buffer that thttpd offers to php, but fails in reading the missing POST data from the socket. Thorsten -- Edit bug report at http://bugs.php.net/?id=16061&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16061&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16061&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16061&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16061&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16061&r=support Expected behavior: http://bugs.php.net/fix.php?id=16061&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16061&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16061&r=submittedtwice
