我正在使用XAMPP 1.7.0。我有followed these instructions安裝Memcached和它適用於Windows 7工作正常,但當我把它安裝在Windows Server它顯示「在Windows Server上安裝memcached時發生致命錯誤:找不到'Memcache'類
Fatal error: Class 'Memcache' not found
我已經試過很多次做到這一點,但我失敗了。
我正在使用XAMPP 1.7.0。我有followed these instructions安裝Memcached和它適用於Windows 7工作正常,但當我把它安裝在Windows Server它顯示「在Windows Server上安裝memcached時發生致命錯誤:找不到'Memcache'類
Fatal error: Class 'Memcache' not found
我已經試過很多次做到這一點,但我失敗了。
這個問題已經解決了這裏:Class 'Memcache' not found & PHP
你的問題可能是你使用的DLL文件是不是與你的PHP版本的工作;
這是您的解決方案(我從我自己的答案行情)
I found the working dll files for PHP 5.4.4
I don't knowhow stable they are but they work for sure. Credits goes to this link.
http://x32.elijst.nl/php_memcache-5.4-nts-vc9-x86.zip
http://x32.elijst.nl/php_memcache-5.4-vc9-x86.zip
It is the 2.2.5.0 version, I noticed after compiling it (for PHP 5.4.4).
Please note that it is not 2.2.6 but works. I also mirrored them in my own FTP. Mirror links:
http://mustafabugra.com/resim/php_memcache-5.4-vc9-x86.zip http://mustafabugra.com/resim/php_memcache-5.4-nts-vc9-x86.zip
哇,我一直有這個問題一段時間,這些PHP 5.4的鏈接只是做了伎倆。謝謝! – Tesserex 2012-09-11 01:08:59
的擴展可能是不活動的!檢查你的php.ini配置。 – 2012-03-31 15:02:10