memcache是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包括图像、视频、文件以及数据库检索的结果等。 tar -zxf memcache-3.0.4.tgz cd memcache-3.0.4 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make && make install
PHP版本升级到5.4后,原来的memcache用不了了,提示如下 "PHP Startup: memcache: Unable t initialize module. Module compiled with module API=20090626 PHP compiled with module api=20100525 These options need to match" 解决办法:PHP升级后,PHP的某些扩展也得相应的升级,将本压缩包里的文件放到PHP的ext文件夹覆盖原来的文