下载目前最新的PHP5.4.8编译后(fpm),使用sudo apt-get install memcached安装memcache服务,再使用Pecl:http://www.ln.la/473/pecl-pear-php-extensions.html安装memcache(sudo pecl install memcache)PHP扩展,编译后memcache.so在/usr/lib/php5/20090626/中,在PHP.ini添加好extension,重启phpfpm(不是重启nginx),出现下面的错误信息:
1 Gracefully shutting down php-fpm . done
2 Starting php-fpm [25-Oct-2012 12:04:02] NOTICE:
3 PHP message: PHP Warning: PHP Startup: memcache: Unable to initialize module
4 Module compiled with module API=20090626
5 PHP compiled with module API=20100525
6 These options need to match