Re: [PHP] Integer Overflow Error

2007-06-21 Thread Jochem Maas
Suhas Pharkute wrote: > Ok, I am sorry, but not sure what do you mean here? the feeling is mutual. it's rather like I asked you what color the sky is ... and you answered 'yes'. > Is there any error? > > If so it will not even run the code > > Suhas > > On 6/21/07, Jochem Maas <[EMAIL PROTECT

Re: [PHP] Integer Overflow Error

2007-06-21 Thread Suhas Pharkute
Ok, I am sorry, but not sure what do you mean here? Is there any error? If so it will not even run the code Suhas On 6/21/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Suhas Pharkute wrote: > Hi, > > I tried to search on this mailing list and I saw the bug was reported and > fixed. I am using PH

Re: [PHP] Integer Overflow Error

2007-06-21 Thread Robert Cummings
On Thu, 2007-06-21 at 18:16 +0200, Tijnema wrote: > On 6/21/07, Suhas Pharkute <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I tried to search on this mailing list and I saw the bug was reported and > > fixed. I am using PHP 4.4.7 and GD 2 > > > > The error that I am getting is at statement > > > > $i

Re: [PHP] Integer Overflow Error

2007-06-21 Thread Jochem Maas
Suhas Pharkute wrote: > Hi, > > I tried to search on this mailing list and I saw the bug was reported and > fixed. I am using PHP 4.4.7 and GD 2 you make it sound like there is only one bug. > > The error that I am getting is at statement > > $img_t = imagecreatetruecolor(100,100);*

Re: [PHP] Integer Overflow Error

2007-06-21 Thread Tijnema
On 6/21/07, Suhas Pharkute <[EMAIL PROTECTED]> wrote: Hi, I tried to search on this mailing list and I saw the bug was reported and fixed. I am using PHP 4.4.7 and GD 2 The error that I am getting is at statement $img_t = imagecreatetruecolor(100,100);* Fatal error*: Possible integer overflow

[PHP] Integer Overflow Error

2007-06-21 Thread Suhas Pharkute
Hi, I tried to search on this mailing list and I saw the bug was reported and fixed. I am using PHP 4.4.7 and GD 2 The error that I am getting is at statement $img_t = imagecreatetruecolor(100,100);* Fatal error*: Possible integer overflow in memory allocation (4 * -91750400 + 0) in *actions.p