Re: [PHP] 1000+ character POSTed strings get mangled

2004-10-11 Thread Jonny Roller
Thanks for the info! Based on the "Apache2" reference and dug into the problem a little more. Bug 18648 (http://bugs.php.net/bug.php?id=18648) contains a long thread from folks with similar problems. It seems that the Apache2 setup creates a conf.d/php.conf file with this in it: SetOutp

Re: [PHP] 1000+ character POSTed strings get mangled

2004-10-08 Thread John Holmes
Jonny Roller wrote: If I POST a string greater than 1000 character through a form, the resulting string gets mangled. What I get back is the first 1000 characters of the string, then the name of the form variable, an equal sign (=) and then the entire string again. If I change the form to a G

[PHP] 1000+ character POSTed strings get mangled

2004-10-08 Thread Jonny Roller
If I POST a string greater than 1000 character through a form, the resulting string gets mangled. What I get back is the first 1000 characters of the string, then the name of the form variable, an equal sign (=) and then the entire string again. If I change the form to a GET, this problem doe