From:             renato at ostorero dot it
Operating system: Windows 2003 Server
PHP version:      4.3.3
PHP Bug Type:     GetImageSize related
Bug description:  Problem again with Getimagesize

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 bug report at http://bugs.php.net/?id=25799&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25799&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25799&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25799&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25799&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25799&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25799&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25799&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25799&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25799&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25799&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25799&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25799&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25799&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25799&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25799&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25799&r=float

Reply via email to