ID: 23979 Updated by: [EMAIL PROTECTED] Reported By: diana at interhotel dot com Status: Assigned Bug Type: GetImageSize related Operating System: linux PHP Version: 4.3.2 Assigned To: wez New Comment:
I cannot replicate this Linux and the original report suggests that the script was executed on Windows. So, it is likely this is a win32 only bug. Previous Comments: ------------------------------------------------------------------------ [2003-06-03 05:37:03] [EMAIL PROTECTED] Sounds like a stream problem, assigning to Wez. Can you please come up with a short script to reproduce this problem, without using a database? ------------------------------------------------------------------------ [2003-06-03 05:32:25] diana at interhotel dot com I use @getimagesize to resize pictures that I get from a url which comes from a database which is always changing. The problem is that sometimes the url does not contain the picture is is supposed to , and then I get the following error, I thought this was fixed in version 4.3.2 but I still get it: Warning: getimagesize(http://www.hotelresb2b.com/images/hoteles/P1KYHC022030.JPG): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found at c:\inetpub\wwwroot\web\site\ReservationManager.php line 299. Warning: getimagesize(http://www.hotelresb2b.com/planos/PLKYHC022030.GIF): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found at c:\inetpub\wwwroot\web\site\ReservationManager.php line 312. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23979&edit=1