Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68800 invoked by uid 1010); 4 Sep 2003 17:01:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68673 invoked from network); 4 Sep 2003 17:01:20 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 4 Sep 2003 17:01:20 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h84H1Me01523; Thu, 4 Sep 2003 20:01:23 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Thu, 4 Sep 2003 20:01:22 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Antony Dovgal cc: internals@lists.php.net In-Reply-To: <20030904180225.44bd1128.tony2001@phpclub.net> Message-ID: References: <20030904180225.44bd1128.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PATCH] for ming.c to work with HEAD From: sniper@iki.fi (Jani Taskinen) It would work fine (dunno what you mean with "work" compile/using?) if you really used HEAD..try getting the real HEAD sources first. --Jani On Thu, 4 Sep 2003, Antony Dovgal wrote: >Hi, all. > >Ming extension doesn't work with current HEAD. >This patch fixes the problem. > > >And there is some problems with Ming documentation. >For example, "new SWFBitmap()" waits for _file contents_ to be passed as first argument, but manual says: >new swfbitmap ( string filename [, int alphafilename]) > >Of course it fails if you're trying to pass filename. > >--- >WBR, >Antony Dovgal aka tony2001 >tony2001@phpclub.net >