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

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.


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

[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?



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

[2003-02-23 12:42:46] info at ofek dot com

ok i tried it (unzipped into a new dir and rebooted) and it still
crashes, just with different hex addresses in the GPF message.

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

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