Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12385 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23239 invoked by uid 1010); 27 Aug 2004 00:51:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23214 invoked from network); 27 Aug 2004 00:51:50 -0000 Received: from unknown (HELO zcamail05.zca.compaq.com) (161.114.32.105) by pb1.pair.com with SMTP; 27 Aug 2004 00:51:50 -0000 Received: from cacexg12.americas.cpqcorp.net (cacexg12.americas.cpqcorp.net [16.92.1.72]) by zcamail05.zca.compaq.com (Postfix) with ESMTP id 2B674BD9D for ; Thu, 26 Aug 2004 17:51:50 -0700 (PDT) Received: from cacexc04.americas.cpqcorp.net ([16.92.1.26]) by cacexg12.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.0); Thu, 26 Aug 2004 17:51:36 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 26 Aug 2004 17:51:35 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XML requirements: Are the docs incorrect ? Thread-Index: AcSL0AAwT9X5Wy32ROu93eZuYnTrfg== To: X-OriginalArrivalTime: 27 Aug 2004 00:51:36.0545 (UTC) FILETIME=[015B8510:01C48BD0] Subject: XML requirements: Are the docs incorrect ? From: roshan.naik@hp.com ("Naik, Roshan") http://www.zend.com/php5/andi-book-excerpt.php says=20 "In PHP 5, all XML extensions have been rewritten to use the superb = libxml2 XML toolkit" But the official docs http://us4.php.net/manual/en/ref.xml.php on XML extension say under the requirements section =20 " This extension uses expat, which can be found at=20 http://www.jclark.com/xml/expat.html." There used to be some talk about "bundled libxml". I couldn't find any bundled libxml2 in the PHP5 distribution. Is ext/libxml2 it ?=20 .. or do I need to pick it up from xmlsoft.org ? I would prefer to use libxml2 for all extensions really. -- Roshan=20