Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11361 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83348 invoked by uid 1010); 19 Jul 2004 23:41:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83282 invoked from network); 19 Jul 2004 23:41:17 -0000 Received: from unknown (HELO gw2.emini.dk) (192.38.9.232) by pb1.pair.com with SMTP; 19 Jul 2004 23:41:17 -0000 Received: from lamp (client-944-p-1-lns.winn.dial.virgin.net [81.98.83.175]) by gw2.emini.dk (Postfix) with ESMTP id 57E533978F; Tue, 20 Jul 2004 01:41:15 +0200 (CEST) Reply-To: To: "Frank M. Kromann" , "Rob Richards" Cc: Date: Tue, 20 Jul 2004 00:47:11 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <10902763081960000@9866357972520000.9866341568840000> Subject: RE: [PHP-DEV] libxml/libxslt on win32 From: steph@zend.com ("Steph") References: <10902763081960000@9866357972520000.9866341568840000> Won't this become a chicken-and-worm situation? The reason the iconv exports were put there in the first place was so that the libxml build could rely with confidence on there being built-in support for libxml's own built-in iconv functions through PHP, rather than having to lean on an external iconv.dll at runtime.. - Steph > -----Original Message----- > From: Frank M. Kromann [mailto:frank@kromann.info] > Sent: 19 July 2004 23:32 > To: Rob Richards > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] libxml/libxslt on win32 > > > I've been using these libraries for a while without problems. > > Can we split the iconv related exports from php_libxml.def to > php_iconv.def. This will make it possible to build with iconv, but without > libxml. > > - Frank > > > If possible can the libxml and libxslt libs get updated to newer > versions? > > Libs can be found here: http://ctindustries.net/dom/libxml/ > > > > These version will fix some bugs, provide better libxml/libxslt support, > enable namespace support in xml ext and allow for building of xmlwriter in > pecl. > > I have been testing these libs for a bit now (4.3 and 5) and haven't run > into any issues. > > > > If the libs are update the new php_libxml2.def file needs to be > commited. > > > > Rob > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >