ID:               26216
 Updated by:       [EMAIL PROTECTED]
 Reported By:      joris dot beckers at skynet dot be
-Status:           Open
+Status:           Closed
 Bug Type:         GetImageSize related
 Operating System: Windows 2000 SP4
 PHP Version:      4CVS-2003-11-12 (stable)
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2003-11-12 07:51:33] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26216&edit=1

Reply via email to