ID: 24623 Updated by: [EMAIL PROTECTED] Reported By: chkno at chkno dot net Status: Open Bug Type: Feature/Change Request -PHP Version: Irrelevant +PHP Version: 5.1.0 New Comment:
Derick already added the 'G'. Previous Comments: ------------------------------------------------------------------------ [2003-07-12 17:02:35] b_ulrich at t-online dot de If you will add the G for Gigabytes just add the T for Terabytes too, so it will be future save until doomsday. (or at least for the next 5 or 10 years :-) ) ------------------------------------------------------------------------ [2003-07-12 16:17:42] chkno at chkno dot net Description: ------------ In the php.ini parser, "2M" is shorthand for 2 megabytes (2 * 1024 * 1024). Can we have a G for Gigabytes? Reproduce code: --------------- ; (in php.ini) upload_max_filesize = 2G Actual result: -------------- PHP Warning: upload_max_filesize of 2 bytes exceeded - file [file=test] not saved in Unknown on line 0, referer: http://chkno.com/upload.php ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24623&edit=1
