Search:

Search all manuals
Search this manual
Manual
Getting Started with Membase and PHP
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Getting Started with Membase and PHP
Chapter Sections
Chapters

2. Downloading and installation

2.1. Verify installation

See the right sidebar for your download options. Or build from source.

After download, unpack the archive:

$ tar xzf php-couchbase-memcached-$system-$arch.tar.gz

The resulting directory include a file memcached.so that is the PHP extension for your system.

Edit your php.ini to include this line:

extension=/path/to/memcached.so

To find where you php.ini file is, try 'phpi -i | grep memcached' or look at your <?php phpinfo() ?> output.