Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60333 invoked by uid 1010); 22 Feb 2004 17:19:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60309 invoked from network); 22 Feb 2004 17:19:29 -0000 Received: from unknown (HELO asuka.nerv) (24.100.195.79) by pb1.pair.com with SMTP; 22 Feb 2004 17:19:29 -0000 Received: (qmail 827 invoked from network); 22 Feb 2004 17:19:28 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 22 Feb 2004 17:19:28 -0000 Reply-To: ilia@prohost.org To: "Nuno Lopes" , "PHPdev" Date: Sun, 22 Feb 2004 12:19:32 -0500 User-Agent: KMail/1.5.94 References: <005201c3f934$b4b98aa0$0100a8c0@pc07653> In-Reply-To: <005201c3f934$b4b98aa0$0100a8c0@pc07653> Organization: Prohost.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200402221219.32181.ilia@prohost.org> Subject: Re: [PHP-DEV] [PATCH] fix Warning in image2wbmp From: ilia@prohost.org (Ilia Alshanetsky) 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); > ?>