Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22849 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46438 invoked by uid 1010); 19 Apr 2006 10:00:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46423 invoked from network); 19 Apr 2006 10:00:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2006 10:00:34 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:8518] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B9/1C-19715-04A06444 for ; Wed, 19 Apr 2006 06:00:32 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id 1F73DAD4A8; Wed, 19 Apr 2006 12:00:30 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Level: Received: from foxbox (unknown [84.228.8.209]) by gw2.emini.dk (Postfix) with ESMTP id DECCCAD4A5; Wed, 19 Apr 2006 12:00:27 +0200 (CEST) Message-ID: <0a0a01c663a0$755b4230$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Cc: "Edin" References: <09f201c6639c$c8fe39f0$6602a8c0@foxbox> Date: Wed, 19 Apr 2006 13:00:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] tiny patch for Tidy From: steph@zend.com ("Steph Fox") Oops, forget it. The problem with having both PECL and src on board is I assumed I was building against the one with this change in it. I wasn't - I was building against the one that didn't have tidyOptGetDoc in the export list AT ALL. Just ran a test and found this is illegal syntax :( so back to the drawing board. (Edin: is there some way you know of to do an #ifdef equivalent in these export lists?) - Steph ----- Original Message ----- From: "Steph Fox" To: "internals" Sent: Wednesday, April 19, 2006 12:34 PM Subject: [PHP-DEV] tiny patch for Tidy > This allows static builds under win32 despite the fact that > tidyOptGetDoc() > doesn't exist in the libtidy.lib we're linking against. > > It needs applying to php_tidy.def everywhere libtidy v 2 is used - that > is, > ext/tidy in CVS HEAD and PHP_5_1, and CVS HEAD pecl/tidy. > > In all three cases there is the same #ifdef clause for the matching > tidy_get_opt_doc() function in the header file. > > - Steph > > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > -------------------------------------------------------------------------------- > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > __________ NOD32 1.1380 (20060125) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >