From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.2 PHP Bug Type: Variables related Bug description: error in tranmitting post variables
Having a form with just a single <input type="text"> and you submit the data, it misses the last character of the variable, like: if you submitted the value: foo, then you only get: fo on you on your action url. I've degraded to php 4.0.6 which solved the problem, so it must be something with php 4.1.2. It does not occur when using a get instead of a post, but this is not always a viable solution. If I add one more input boxes (text) to the form, then it works just fine... -- Edit bug report at http://bugs.php.net/?id=16701&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16701&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16701&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16701&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16701&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16701&r=support Expected behavior: http://bugs.php.net/fix.php?id=16701&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16701&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16701&r=submittedtwice
