ID: 24623 Comment by: b_ulrich at t-online dot de Reported By: chkno at chkno dot net Status: Open Bug Type: Feature/Change Request PHP Version: Irrelevant New Comment:
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 :-) ) Previous Comments: ------------------------------------------------------------------------ [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