ID: 37729 Updated by: [EMAIL PROTECTED] Reported By: davy at hostyou dot be -Status: Open +Status: Feedback Bug Type: GetImageSize related Operating System: Win2003 PHP Version: 4.4.2 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip . Previous Comments: ------------------------------------------------------------------------ [2006-06-07 13:46:54] davy at hostyou dot be Description: ------------ GetImageSize doesn't accept an url as an image. Only a relative path. Reproduce code: --------------- $picinfo_ar = getImageSize("http://www.mydomain.tld/images/somepic.jpg"); print_r($picinfo_ar); Expected result: ---------------- an array with picture information. Actual result: -------------- If used in a webpage, it stops loading on that point, even with error reporting turned on. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37729&edit=1
