php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37729 GetImageSize does not accept an image-url.
Submitted: 2006-06-07 13:46 UTC Modified: 2006-06-15 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: davy at hostyou dot be Assigned:
Status: No Feedback Package: GetImageSize related
PHP Version: 4.4.2 OS: Win2003
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 + 36 = ?
Subscribe to this entry?

 
 [2006-06-07 13:46 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-15 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC