Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33563 invoked from network); 26 Jun 2003 12:19:23 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 26 Jun 2003 12:19:23 -0000 Received: from ctd01 (dsta-aa203.pivot.net [66.186.171.203]) by phoebe.host4u.net (8.11.6/8.11.6) with SMTP id h5QCJMV16882 for ; Thu, 26 Jun 2003 07:19:22 -0500 Message-ID: <075001c33bde$03435a30$06dea8c0@cyberware.local> To: References: <5.1.0.14.2.20030626131542.05a31fd8@localhost> <200306261107.h5QB77P29080@www.digarc.com> Date: Thu, 26 Jun 2003 08:25:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: xml and libxml versions From: rrichards@ctindustries.net ("Rob Richards") Will there be an "official" supported version of libxml now that there are many xml extensions using it? One issue that came up with the old domxml extension was that occasionally new versions of libxml would "fix" things which ended up changing behavior of the extension. With more extensions it could be more difficult to determine exactly what is a bug and what is due to code changes in libxml, as well as that some extensions may be affected by the changes and some may not. Under win32 for instance, in order to use a stock libxml2.dll, it must be version 2.5.x (not sure the exact start version) otherwise the symbols simplexml need are unavailable and would need libxml compiled in statically. Having at least one version defined as compatible would make it much easier for testing and debugging across all the extensions while other libxml versions could be run at your own risk. Rob