From:             mick at ecreate dot co dot uk
Operating system: RH 9
PHP version:      4.3.4
PHP Bug Type:     GetImageSize related
Bug description:  Seems to loop when getimagesize(url to gif)

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

Reply via email to