php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26216 "getimagesize(): stream does not support seeking" when using remote files
Submitted: 2003-11-12 07:51 UTC Modified: 2003-11-12 17:56 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: joris dot beckers at skynet dot be Assigned:
Status: Closed Package: GetImageSize related
PHP Version: 4CVS-2003-11-12 (stable) OS: Windows 2000 SP4
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 !
Your email address:
MUST BE VALID
Solve the problem:
42 - 35 = ?
Subscribe to this entry?

 
 [2003-11-12 07:51 UTC] joris dot beckers at skynet dot be
Description:
------------
getImageSize() is not working with remote files.
It always gives a warning with every image file.
Imagefiles were checked and were not corrupted.
Local files work just fine.

A search on google revealed then many sites encounter this problem.

http://www.google.be/search?q=%22getimagesize%28%29%3A+stream+does+not+support+seeking%22&ie=UTF-8&oe=UTF-8&hl=nl&meta=

Are there any solutions?

PHP is running as an ISAPI module on IIS 5.0

Reproduce code:
---------------
<?
$srcSize = getImageSize("http://bugs.php.net/gifs/logo-bug.gif");
print_r($srcSize);
?>

Expected result:
----------------
Array
(
    [0] => 130
    [1] => 67
    [2] => 1
    [3] => width="130" height="67"
)


Actual result:
--------------
Warning: getimagesize(): stream does not support seeking in test.php on line 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-12 17:56 UTC] helly@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 06:01:28 2024 UTC