memcache的服務端安裝的是memcached-1.4.5.tar.gz
我用戶端安裝了
memcached-2.1.0.tgz
libmemcached-1.0.18.tar.gz
現在用phpinfo能看到已經安裝memcached
memcached support enabled
Version 2.1.0
libmemcached version 1.0.18
Session support yes
igbinary support yes
json support no
Directive Local Value Master Value
memcached.compression_factor 1.3 1.3
memcached.compression_threshold 20480 20480
memcached.compression_type fastlz fastlz
memcached.serializer igbinary igbinary
memcached.sess_binary no value no value
memcached.sess_lock_wait 150000 150000
memcached.sess_locking 1 1
memcached.sess_prefix memc.sess.key. memc.sess.key.
但是代碼調用new Memcached()的時候報Trying to clone an uncloneable object of class Memcached
回複討論(解決方案)
線上等待高手
你試試$memcache = new Memcache;
按你的方法,報Class 'Memcache' not found,我安裝的是Memcached,
現在的情況是我new,就報Trying to clone an uncloneable object of class Memcached,然後我就靜態調用試試,結果說 Non-static method Memcached::get() cannot be called statically, assuming $this from incompatible context。糾結中....
有沒有高手用了php memcached
結貼,沒有解決問題,用Memcache了。