ID: 29462 Comment by: golden_moon_rising at yahoo dot com Reported By: gary at garyslittlecompany dot com Status: Open Bug Type: CGI related Operating System: wxp PHP Version: 4.3.9 New Comment:
Yup, confirmed. I am using a FastCGI SAPI 4.3.9-dev (php4-STABLE-200408091430), and having the same issue: When a trivial HTML-only web page with a single input item, a textarea, contains more than 1000 characters, the post data is lost by PHP. When I point the form to a Perl CGI, I can see all the text, but pointing the form to a trivial PHP script that does var_dump on $_REQUEST, I get an empty array. If I remove a single byte from the text area, presto .. everything looks/works normal. This was a tad frustrating to isolate. Now to dig through PHP code to see what the heck is happening at the 1,000th character. First, I will download the latest snapshot .. Previous Comments: ------------------------------------------------------------------------ [2004-07-30 22:17:34] gary at garyslittlecompany dot com Description: ------------ Please see my last note to bug #22427. I am experiencing the same problem, I would not submit this again, except, it appears that I can not change the status to open again, since I am not the owner, so I added this to one to point to that. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29462&edit=1
