Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79272 invoked from network); 24 Mar 2010 15:20:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 15:20:59 -0000 Authentication-Results: pb1.pair.com header.from=michael@no-surprises.co.uk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=michael@no-surprises.co.uk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain no-surprises.co.uk designates 80.68.93.37 as permitted sender) X-PHP-List-Original-Sender: michael@no-surprises.co.uk X-Host-Fingerprint: 80.68.93.37 river.mgdm.net Received: from [80.68.93.37] ([80.68.93.37:59233] helo=river.mgdm.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/B9-33174-9DD2AAB4 for ; Wed, 24 Mar 2010 10:20:58 -0500 Received: from [10.1.10.110] (emcukhs1.plus.com [84.92.198.99]) (Authenticated sender: michael) by river.mgdm.net (Postfix) with ESMTPSA id 24C7C28001 for ; Wed, 24 Mar 2010 15:20:52 +0000 (GMT) Message-ID: <4BAA2DD6.50909@no-surprises.co.uk> Date: Wed, 24 Mar 2010 15:20:54 +0000 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [PATCH] Support for Tokyo Cabinet in ext/dba From: michael@no-surprises.co.uk (Michael Maclean) Hi, I'm intending on doing some things to ext/dba as I've noticed there's a few user notes about insert and update not working properly in some cases, but as a starter, I have a patch to add the basics of Tokyo Cabinet[1] support to ext/dba. It lets you use TC's abstract DB API, so it can open more or less anything TC can create. Anyone object to me committing this to trunk? Patch is at http://mgdm.net/~michael/patches/dba-tokyocabinet-adb.txt. [1] http://1978th.net/tokyocabinet/ -- Cheers, Michael