Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rumanwork/php-memcached-mamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  1. Copy memcached.so to /Applications/MAMP/bin/php/php5.×.x/lib/php/extensions/no-debug-non-zts-200xxxxx (Channge 5.×.x to your PHP version)
  2. Add extension=“memcached.so” to the end of php.ini (Open MAMP click on File → Edit Template → PHPPHP 5.×.x php.ini) (Channge 5.×.x to your PHP version)
  3. Restart MAMP.

Dependencies:

  1. memcached (brew install memcached)
  2. libmemcached (brew install libmemcached)

Change Log:

  • 0.6 (03/13/2013) PHP-PECL-MEMCACHED updated for PHP 5.3.20, it works with latest MAMP 2.1.2
  • 0.5 (03/12/2013) PHP-PECL-MEMCACHED updated for PHP 5.4.10, it works with latest MAMP 2.1.2
  • 0.4 (09/07/2012) PHP-PECL-MEMCACHED updated for PHP 5.4.4, it works with MAMP 2.1.1
  • 0.3 (08/08/2012) PHP-PECL-MEMCACHED updated to the version (2.1.0), it works with the MAMP 2.1.x and PHP 5.3.14.
  • 0.2 (05/14/2012) PHP-PECL-MEMCACHED updated to the version (2.0.1), it works with the MAMP 2.0.5
  • 0.1 – Initial Release

About

Pecl Memcached Extension for MAMP 2.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published