ID: 21479
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: GetImageSize related
Operating System: Windows 2000
PHP Version: 4.3.0
New Comment:
I cannot reproduce this with 4.4:
[c:\dokumente und einstellungen\marcus]c:\Programme\PHP4\php.exe
<?php
print_r(getimagesize('http://economads.com/libaware/_font/title/image.gif'));
?>
^Z
Content-type: text/html
X-Powered-By: PHP/4.4.0-dev
<br />
<b>Warning</b>:
getimagesize(http://economads.com/libaware/_font/title/image.gif) [<a
href='http://www.php.net/function.getimagesize'>function.getimagesize</a>]:
failed to create stream: HTTP request failed! HTTP/1.1 404 Object Not
Found in <b>C:\Dokumente und Einstellungen\marcus\-</b> on line
<b>2</b><br />
[c:\dokumente und einstellungen\marcus]php -v
PHP 4.4.0-dev (cgi-fcgi), Copyright (c) 1997-2003 The PHP Group
Zend Engine v1.4.0, Copyright (c) 1998-2003 Zend Technologies
Previous Comments:
------------------------------------------------------------------------
[2003-01-22 23:30:23] [EMAIL PROTECTED]
I can not reproduce this within Linux, I guess this is
yet another windows only bug..
------------------------------------------------------------------------
[2003-01-22 22:58:12] [EMAIL PROTECTED]
HOLD IT - I just found out exactly how to reproduce it. please read
carefully.
the code is:
<?php
function ImageExists($url) {
$r=@getimagesize($url);
return $r[2]!=0;
}
echo ImageExists('http://domain/dir1/dir2/dir3/image.gif');
?>
make sure the path:
http://domain/dir1/dir2/dir3/
containts THREE directories after the domain (i.e. 6 forward-slashes
total), and that the PATH physically EXISTS.
AND make sure that the file (in code 'image.gif') DOES NOT exist.
You can test against:
http://economads.com/libaware/_font/title/image.gif
This crashes on my server - running PHP 4.3.0 as CGI with IIS Win2000.
Hope this helps.
------------------------------------------------------------------------
[2003-01-20 17:13:18] [EMAIL PROTECTED]
Ahha..so you had propably the old php4ts.dll there, from
previous version...
------------------------------------------------------------------------
[2003-01-20 17:08:48] [EMAIL PROTECTED]
crashes means gpf .. a windows application error, and then error cgi
returned wrong headers, etc.
anyway, i have installed 4.3.0 once again (removed it after discovering
crash), and not like last time - rebooted the machine - and it seems to
fix the problem.
------------------------------------------------------------------------
[2003-01-20 14:41:41] [EMAIL PROTECTED]
What do you mean with 'crashes' ? And does getimagesize()
work for local files? <?php getimagesize('image.jpg'); ?>
or something like that..?
------------------------------------------------------------------------
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