您可以尝试创建一个php_info页面来检查模块是否已加载。
info.php的
<?php phpinfo();?>
</code>
参考:
http://www.phpinfofile.com/
我正在使用PHP 5.5.9并且memcache工作正常。请注意,我正在使用* nix机器。
memcache
memcache support => enabled
Active persistent connections => 0
Version => 2.2.7
Revision => $Revision: 327750 $
Directive => Local Value => Master Value
memcache.allow_failover => 1 => 1
memcache.chunk_size => 8192 => 8192
memcache.default_port => 11211 => 11211
memcache.default_timeout_ms => 1000 => 1000
memcache.hash_function => crc32 => crc32
memcache.hash_strategy => standard => standard
memcache.max_failover_attempts => 20 => 20
</code>