Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 51604 invoked from network); 20 Oct 2009 22:43:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 22:43:15 -0000 Received: (qmail 71942 invoked by uid 500); 20 Oct 2009 22:43:14 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 71903 invoked by uid 500); 20 Oct 2009 22:43:14 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 71893 invoked by uid 99); 20 Oct 2009 22:43:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 22:43:14 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 22:43:10 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 79B3016E2D for ; Tue, 20 Oct 2009 22:42:50 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 20 Oct 2009 22:42:50 -0000 Message-ID: <20091020224250.24437.72154@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22ClientExamples=22_by_Frederic?= =?utf-8?q?kFunc?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "ClientExamples" page has been changed by FrederickFunc. The comment on this change is: This would have saved me at least an hour.. http://wiki.apache.org/cassandra/ClientExamples?action=3Ddiff&rev1=3D30&rev= 2=3D31 -------------------------------------------------- = Before working with Cassandra and PHP make sure that your [[http://us.php= .net/manual/en/function.phpinfo.php|PHP installation]] has [[http://us.php.= net/apc/|APC]] enabled. If it does not please re-compile [[http://us.php.ne= t/manual/en/install.php|PHP]] and then recompile [[http://incubator.apache.= org/thrift/|Thrift]]. [[http://us.php.net/apc/|APC]] drastically increases = the performance of [[http://incubator.apache.org/thrift/|Thrift Interface]]. = + To create Cassandra.php and cassandra_types.php you must use thrift -gen = php interface/cassandra.thrift of the cassandra package the rest of these f= iles come from the main thrift package. {{{