From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Incorrect upload_max_filesize causes problems
This is more of a user-error problem but it would be nice to maybe do something about. Setting a upload_max_filesize value to 10MB rather then 10M causes PHP to ignore the MB portion and only allow uploads of 10 bytes instead. Is it possible for PHP to instead inspect the first character after the number of use that so 10MB will get seen as 10M? -- Edit bug report at: http://bugs.php.net/?id=14316&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]