From: [EMAIL PROTECTED] Operating system: Red Hat 8.0 PHP version: 4.2.2 PHP Bug Type: *Configuration Issues Bug description: "8M" isn't and integer is it ?
First off, I think you guys are great and I would be at a loss without you.... so many-many thanks.... But..... while troubleshooting a file upload issue with imp (standard thing reported many times in a number of different varieties upload_max_filesize ignored and the likewise post_max_size ignored and even memory_limit doesn't matter) I first looked to my php.ini and started adjusting these settings to no avail. My actual problem was a gem of a file httpd/conf.d/php.conf which contained -- <Files *.php> SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 524288 </Files> the cause of my httpd/errorlog file noting... "Requested content-length of 2172475 is larger than the configured limit of 524288" --> that's what I get for Red Hat RPMs instead of real files.... Anyway.... the possible "bug" is that the documentation specifically states that all three of these configuration directives are of type integer and the default is "8M"... it seems to me that should be 8000000 if the unit is bytes. And, even the units of the directive is a bit unclear and should be clearly stated, I think. Thanks for your patience and good work.... and if this isn't in line... well I fixed my problem so I'm still thrilled with you folks. -- Edit bug report at http://bugs.php.net/?id=22158&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22158&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22158&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22158&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22158&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22158&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22158&r=support Expected behavior: http://bugs.php.net/fix.php?id=22158&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22158&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22158&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22158&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22158&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22158&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22158&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22158&r=gnused