Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61104 invoked by uid 1010); 28 Apr 2006 19:15:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61089 invoked from network); 28 Apr 2006 19:15:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2006 19:15:08 -0000 X-PHP-List-Original-Sender: frank@kromann.info X-Host-Fingerprint: 64.186.239.125 c-064-186-239-125.oc1.redwire.net Linux 2.5 (sometimes 2.4) (4) Received: from ([64.186.239.125:38227] helo=mail.kromann.info) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C3/F3-18514-CB962544 for ; Fri, 28 Apr 2006 15:15:08 -0400 Received: from warp (www.kromann.info [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 3EBA84040AF; Fri, 28 Apr 2006 12:15:05 -0700 (PDT) To: Cc: X-Mailer: Swwwing 2000 Message-ID: <11462516893160000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Fri, 28 Apr 2006 12:14:50 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Tidy and Unicode changes From: frank@kromann.info ("Frank M. Kromann") Hello, Not sure if you added a call to zend_set_converter_encoding() in the current version of tidy.c, but this function is declared as an internal function and this call prevents the tidy extension from building as shared. Can we find another way of doing this or get the core guys to add ZEND_API macros to the function? - Frank