ID: 26811
Updated by: [EMAIL PROTECTED]
Reported By: mick at ecreate dot co dot uk
-Status: Open
+Status: Bogus
Bug Type: GetImageSize related
Operating System: RH 9
PHP Version: 4.3.4
New Comment:
Works fine for me with latest CVS snapshot.
Previous Comments:
------------------------------------------------------------------------
[2004-01-06 08:20:34] mick at ecreate dot co dot uk
Description:
------------
1) getimagesize($path_to_jpeg); //works
2) getimagesize($URL_to_jpeg); //works
3) getimagesize($path_to_gif); //works
4) getimagesize($URL_to_gif); //fails
Seems to loop, then times-out. Was OK in 4.3.3
Regards,
Mick
Reproduce code:
---------------
$ret = getimagesize
("http://static.php.net/www.php.net/images/php.gif");
Expected result:
----------------
$ret should return array of image sizes and image type.
Actual result:
--------------
Page times-out. No error message printed.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=26811&edit=1