Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15449 invoked from network); 27 Jun 2003 17:16:34 -0000 Received: from unknown (HELO hasele) (216.179.74.133) by pb1.pair.com with SMTP; 27 Jun 2003 17:16:34 -0000 Received: by hasele (Postfix, from userid 1000) id 20A5E4EA09; Fri, 27 Jun 2003 13:08:08 -0400 (EDT) To: Anil Madhavapeddy Cc: internals@lists.php.net In-Reply-To: <20030627170436.GA11743@quick.recoil.org> References: <1056731138.27597.110.camel@hasele> <20030627170436.GA11743@quick.recoil.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1056733687.10616.114.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 27 Jun 2003 13:08:08 -0400 Subject: Re: [PHP-DEV] bundling libxml2 From: sterling@bumblebury.com (Sterling Hughes) Because, this will encourage people to do : --without-xml Instead of upgrading the system libxml2. -Sterling On Fri, 2003-06-27 at 13:04, Anil Madhavapeddy wrote: > On Fri, Jun 27, 2003 at 12:25:39PM -0400, Sterling Hughes wrote: > > > > 2) Libxml2 may be installed everywhere, but the version we rely upon > > isn't available everywhere. As witnessed by a message to the list by > > michael, and a problem that someone else had over IRC. Its fine to > > allow people to use external versions of libxml2, however, we need a > > recent version to operate. For example, schema support is pretty > > essential, as its becoming the new DTD format for XML (and is required > > for proper SOAP support). > > If you need a recent version, why not just require it as part of > the configure tests as usual? -- "The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea." - Unknown