Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65916 invoked by uid 1010); 30 May 2007 03:29:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65901 invoked from network); 30 May 2007 03:29:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2007 03:29:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:27880] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/A5-10662-8AFEC564 for ; Tue, 29 May 2007 23:29:45 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 29 May 2007 20:29:40 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE3AFF8E@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] berkeley db XML Thread-Index: AceiQeun1G2e08ISTGqkFG9xC/Hv1gAKGMdQ References: <465CAAEF.9000706@adaniels.nl> To: "Arnold Daniels" , Subject: RE: [PHP-DEV] berkeley db XML From: andi@zend.com ("Andi Gutmans") Btw, I already mentioned this to Arnold but another options is DB2 Express-C (http://www-306.ibm.com/software/data/db2/express/) which has XML support and is free (with few enough limitations to make it suitable for a large variety of apps). ext/db2 supports it. There are some good links here: http://tinyurl.com/35643d For people who have to deal with large sets of XML (coming in through web services or other sources) looking at XML DBs like SleepyCat, DB2 and others is probably a good idea. They don't/shouldn't replace RDBMS but be complementary. Andi =20 > -----Original Message----- > From: Arnold Daniels [mailto:info@adaniels.nl]=20 > Sent: Tuesday, May 29, 2007 3:37 PM > To: internals@lists.php.net > Subject: [PHP-DEV] berkeley db XML >=20 > Hi, >=20 > What is the reason that the PHP extension for berkeley db XML=20 > hasn't made it into PHP (distro, pecl, manual)? Currently=20 > there only a short howto deep down in an oracle FAQ and very=20 > limited documentation. I think that is unfortunate, because=20 > using an XML db instead of a relational db, could greatly=20 > simply a lot of projects. But currently little know its=20 > existence and even less actually use it. >=20 > Best regards, > Arnold >=20 > -- > PHP Internals - PHP Runtime Development Mailing List To=20 > unsubscribe, visit: http://www.php.net/unsub.php >=20 >=20