ID:               21479
 User updated by:  info at ofek dot com
 Reported By:      info at ofek dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         GetImageSize related
 Operating System: Win 2000 IIS (CGI)
 PHP Version:      4.3.2-dev
 Assigned To:      wez
 New Comment:

i have windows 2000 pro not XP.
it still crashes with the latest stable snapshot:
php4-win32-STABLE-200303201730.zip

the error message dialog can be found here:

http://ofek.com/ebimg/1.gif


Previous Comments:
------------------------------------------------------------------------

[2003-03-18 12:19:39] [EMAIL PROTECTED]

I can't reproduce this problem either, under winxp.
Could you try the latest stable snapshot again?

If it crashes, please paste here the error message that you are seing,
along with the date/time of the snapshot that you tried.

------------------------------------------------------------------------

[2003-03-05 01:40:48] info at ofek dot com

i downloaded the 4.3.x snapshot quite a few times, and i can try again
- but do you mean i should try the 5.0.x snapshot?

------------------------------------------------------------------------

[2003-03-04 19:25:24] [EMAIL PROTECTED]

Are you using the latest CVS snapshot? (if not get it)


------------------------------------------------------------------------

[2003-03-01 18:27:33] info at ofek dot com

that script you posted doesn't crash on my system either - but this one
does:

function ImageExists($url) {
  [EMAIL PROTECTED]($url);
  return $r[2]!=0;
}
echo
ImageExists('http://economads.com/libaware/_font/title/123456.gif');

it's funny, if the file name is 12345.gif it doesn't crash, but if it's
123456.gif than it does!

------------------------------------------------------------------------

[2003-02-23 17:48:20] [EMAIL PROTECTED]

I doesn't crash for me anymore using this script:

<?php
var_dump(getimagesize('http://economads.com/libaware/_font/title/image.gif'));
?>

Can you verify that this exact script causes the crash?
And if so, could you also test this on some other machine too?



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/21479

-- 
Edit this bug report at http://bugs.php.net/?id=21479&edit=1

Reply via email to