Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65782 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66947 invoked from network); 12 Feb 2013 19:53:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2013 19:53:20 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:38772] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/00-01208-FAD9A115 for ; Tue, 12 Feb 2013 14:53:20 -0500 Received: by mail-wi0-f174.google.com with SMTP id hi8so4874339wib.1 for ; Tue, 12 Feb 2013 11:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ruU2I48Ueef+0rG/dgVJIouhv4awxfqtfTENdGISku8=; b=R3wsPmFQXKY7EfOmSvsHcTWu+PBAx1wi9bq2zwCWCV+aXUOu7ZiMQ4kUBWh8M/yENV gRux6y9ipnOpusSBOITtok/xRkudnBjrmd0SRYherDr6DOMxlxGYbkXkH0CPS7+9SRnQ Ma+rxRF68ivjcBv3jkA/VuRx6o17a4AbnC9WhbuBwChQL/eZGiW8IzwIMAIGUneooKvN 1A+iUF5FYBQgMNtyRwy+eIxSi8XlBPcGlPA0q+Yowog9BisymKhZ3dXLO9xhlwo6cRay YbZU6RQor0ErFJXaDicB+gY9PAtuV8XnqFORBTIy/u54EtUAUPpDrCs/sA4NIxffq9Ic 4c9g== MIME-Version: 1.0 X-Received: by 10.194.57.206 with SMTP id k14mr33383715wjq.26.1360698796797; Tue, 12 Feb 2013 11:53:16 -0800 (PST) Received: by 10.194.162.68 with HTTP; Tue, 12 Feb 2013 11:53:16 -0800 (PST) In-Reply-To: References: Date: Tue, 12 Feb 2013 11:53:16 -0800 Message-ID: To: Chris MacPherson Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Tokyo/Kyoto Cabinet support in DBA extension From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Feb 12, 2013 at 11:08 AM, Chris MacPherson wrote: > Just wondering if anyone can tell me if Kyoto Cabinet support will be added > to the DBA extension in the near future at all. > > I noticed this thread ( > http://marc.info/?l=php-internals&m=133389756213354&w=2) > which mentions that there has been support added but looking in the DBA > extension README file in the source code I can't see any mention of > Tokyo/Kyoto Cabinet, just the qdbm predecessor. Tokyo Cabinet support shipped with PHP 5.4.0. Enable it by compiling PHP with --with-tcadb -Hannes