Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22861 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5360 invoked by uid 1010); 19 Apr 2006 14:34:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5337 invoked from network); 19 Apr 2006 14:34:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2006 14:34:23 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:6942] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 73/32-19715-B6A46444 for ; Wed, 19 Apr 2006 10:34:20 -0400 Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id 151973C657; Wed, 19 Apr 2006 16:34:17 +0200 (CEST) Message-ID: <44464A68.1070307@emini.dk> Date: Wed, 19 Apr 2006 16:34:16 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nuno Lopes Cc: Steph Fox , internals References: <09f201c6639c$c8fe39f0$6602a8c0@foxbox> <0a0a01c663a0$755b4230$6602a8c0@foxbox> <008b01c6639d$f39177d0$0100a8c0@pc07653> <0a1f01c663a6$f49711e0$6602a8c0@foxbox> <00a201c6639f$bee582e0$0100a8c0@pc07653> <0a4301c663ac$9cc9bf70$6602a8c0@foxbox> <000701c663a5$35558ab0$0100a8c0@pc07653> <4446215F.7000803@emini.dk> <004a01c663bd$a0f3d160$0100a8c0@pc07653> In-Reply-To: <004a01c663bd$a0f3d160$0100a8c0@pc07653> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] tiny patch for Tidy From: edink@emini.dk (Edin Kadribasic) Latest CVS (SF anon CVS worked for me) doesn't compile with error: ext\tidy\tidy.c(586) : error C2152: 'function' : pointers to functions with different attributes Edin Nuno Lopes wrote: > answering both e-mails: > >> Nuno, which version of libtidy do you think we should use for bundiling >> with the windows distribution? > > > latest CVS. It is stable ATM (but checkout with a developer account, > because sourceforge's anonymous cvs servers are currently broken). > >> Nuno, will this also work for 4_3 branch? > > > Yep, the libtidy API hasn't changed. > > > Nuno >