From: [EMAIL PROTECTED] Operating system: All PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: getimagesize() returns ["mime"], not ["MIME"]
The manual page for getimagesize says: Beginning with PHP 4.3, getimagesize() also returns an additional parameter, MIME, ... Should be: Beginning with PHP 4.3, getimagesize() also returns an additional parameter, mime, ... The example is right, and the other indexes are also written in lowercase, so this should probably be consistent. Maybe all of these string indexes could be surrounded with quotes, to make sure nobody thinks that these are constants. -- Edit bug report at http://bugs.php.net/?id=21403&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21403&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21403&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21403&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21403&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21403&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21403&r=support Expected behavior: http://bugs.php.net/fix.php?id=21403&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21403&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21403&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21403&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21403&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21403&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21403&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21403&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php