ID: 19762 Comment by: php at luizfelipe dot eng dot br Reported By: fmartens at zwintranet dot nl Status: Closed Bug Type: Apache2 related Operating System: linux (rh6.2) PHP Version: 4CVS-2002-10-04 New Comment:
You must use either use Input/Output filter or AddType, but not both. If so the problem happens! Previous Comments: ------------------------------------------------------------------------ [2002-10-05 03:09:38] fmartens at zwintranet dot nl as sander at php dot net suggested. this is the case, i was using the in/out filter in the apache config. it wouldn't work without them in the previous version, but now it works al fine. thanks ------------------------------------------------------------------------ [2002-10-05 03:02:09] [EMAIL PROTECTED] Weird... looking at the other bugreports about this, this might be a configuration issue. Are you using the Input- and OutputFilter directives? You shouldn't. You only need the LoadModule line and one or more AddType lines. ------------------------------------------------------------------------ [2002-10-05 02:47:09] fmartens at zwintranet dot nl let the web server be apache 2.0.43 let the php be 4CVS-2002-10-04 let there be a web form, submitted via POST, with only 1 field. the contents of the variable of that one field get mangled. if the name of the field is 'youraddress' and you enter '14 bogusstreet' the contents of $_POST[youraddress] become: '14 bogusstreetyouraddress=14 bogusstreet' ------------------------------------------------------------------------ [2002-10-04 18:17:18] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Given the provided info I am unable to replicate this bug. ------------------------------------------------------------------------ [2002-10-04 17:42:16] fmartens at zwintranet dot nl using apache 2.0.43. this bug was also filed as 18648, but it was closed as 'no feedback'. the problem does still exist here. apache compiled with: ./configure --with-ssl=/usr/local/ssl --enable-so --enable-mods-shared="proxy proxy_connect proxy_http status autoindex asis cgi dir alias rewrite" --with-apxs --enable-ssl php compiled with: ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --with-openssl=/usr/local/ssl --with-mysql ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/19762 -- Edit this bug report at http://bugs.php.net/?id=19762&edit=1