0

PHP 5.4でcouchbase 2.0を使っている人はいますか? PHP の PECL ライブラリが PHP5.4 の新しいインターフェイスをサポートしていないように見えるので、質問します。5.4 のサポートを利用したいので、これは本当に残念です。これは、JsonSerializableCouchbase の JSON の世界に住んでいる人々にとって素晴らしい賛辞になると思われます。

4

1 に答える 1

0

I've used PHP 5.4.x, specifically I used the Bitnami MAPP stack, which comes with the couchbase.so already built for 5.4 (although you can do that yourself easily from the source). Then connected it to my local Couchbase instance (in my case I used the Laravel framework).

My Blog: http://blog.couchbase.com/easy-php-couchbase-setup-mac-bitnami But now the couchbase.so is already in the Bitnami stack... so you can skip that part.

Bitnami MAPP: http://bitnami.com/stack/mapp

Bitnami MAMP: http://bitnami.com/stack/mamp (also can be installed via Mac App Store)

于 2013-08-15T01:40:28.410 に答える