From: [EMAIL PROTECTED] Operating system: Sun Cobalt RaQ 550 (Linux) PHP version: 4.2.3 PHP Bug Type: Output Control Bug description: First four characters of form output cut off in 4.2.3
I'm making a PHP package for the RaQ550. I started with PHP 4.2.3 source and am using checkinstall to make an RPM. PHP cuts off the first four characters of form submissions. I believe this is a bug with my specific configuration. This bug is reproducible with register_globals both on and off. Here is my phpinfo(): http://server3.simpli.biz/info.php Here's a test where you can enter form field information. http://server3.simpli.biz/form_field_test.php (Source: http://server3.simpli.biz/form_field_test.phps -- "view source" to see it properly) Notice that I'm posting the raw post data as well, so you can see that all of the characters do get passed properly to PHP. I'm using the php.ini-recommended with register_globals turned on for testing purposes. Help would be greatly appreciated. -- Edit bug report at http://bugs.php.net/?id=19518&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19518&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19518&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19518&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19518&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19518&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19518&r=support Expected behavior: http://bugs.php.net/fix.php?id=19518&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19518&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19518&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19518&r=globals