|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-06-07 14:02 UTC] derick@php.net
[2006-06-15 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
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.