Sorry Ilia, but it isn't. Your change only sets the parameter to 0 when you
specify an invalid threshold.
When you don't specify the threshold, it will throw a warning because the
default is -1 (invalid).

Nuno


> This is already addressed in CVS.
>
> Ilia
>
> On February 22, 2004 06:12 am, Nuno Lopes wrote:
> > Hello,
> >
> > Here is a small patch to fix a warning in image2wbmp() when you call
that
> > function without the optional parameters.
> >
> >
> > Nuno
> >
> >
> > -------------------------
> > reproduce script:
> > <?
> > $image = imagecreatefrompng('php.png');
> > image2wbmp($image);
> > ?>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to