Hi,

Wednesday, February 26, 2003, 2:27:10 PM, you wrote:
JD> Can anyone reproduce this problem?

JD> I am involved in running a large forum, and ever since our upgrade to PHP 
JD> 4.3.1, there have been fairly random issues with getimagesize().  It 
JD> happens only on certain images it seems.  However, it wasn't happening with 
JD> 4.2.  When using the following code:

JD> <?
JD> $retval=getimagesize('http://armanii.c.crosslink.net/arcticsilver/dtmsig4.j
JD> pg');
JD> echo "$retval[0] $retval[1] $retval[3] \n\n\n";
?>>

JD> I get echo'd back.  It does go an fetch the image according to a tcpdump, 
JD> but something fails after that.  That is an example of one of the images 
JD> that is failing.

JD> I am running PHP 4.3.1 w/ Apache 1.3.27 on FreeBSD 4.7.  Is there something 
JD> I'm missing?  Is this a bug as I think it is?

JD> Thanks in advance!

JD> -JD-

JD> --
JD> Jason DiCioccio     - [EMAIL PROTECTED]  - Useless .sig
JD> Open Domain Service - [EMAIL PROTECTED]    - http://www.ods.org/
JD> Ruby                - [EMAIL PROTECTED]   - http://www.ruby-lang.org/

JD> PGP Fingerprint - C442 04E2 26B0 3809 8357  96AB D350 9596 0436 7C08


Try
$retval=getimagesize("http://armanii.c.crosslink.net/arcticsilver/dtmsig4.jpg",$info);

..seems to wake it up :) ..possible bug??

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to