ID: 25799
Updated by: [EMAIL PROTECTED]
Reported By: renato at ostorero dot it
-Status: Open
+Status: Bogus
Bug Type: GetImageSize related
Operating System: Windows 2003 Server
PHP Version: 4.3.3
New Comment:
Works fine with latest STABLE CVS snapshot.
Previous Comments:
------------------------------------------------------------------------
[2003-10-08 14:29:43] renato at ostorero dot it
Description:
------------
I check the bug database and I see that my problem could be the same of
Bug #21676.
Sometimes Getimagesize doesn't work with external image doesn't return
size, type etc ... and freeze the code until the timeout of the web
server.
In many cases the image was a png file.
Reproduce code:
---------------
$size = getimagesize("http://www.mysql.com/images/mysql.png");
print_r($size); echo "\n";
Expected result:
----------------
Array ( [0] => 81 [1] => 43 [2] => 3 [3] => width="81" height="43"
[bits] => 8 [mime] => image/png )
Actual result:
--------------
Nothing.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25799&edit=1