2012-03-31 10 views
0

私はXAMPP 1.7.0を使用しています。私はmemcachedのインストールにfollowed these instructionsを持っており、それは、Windows 7のため正常に動作しますが、私はそれは、Windows Serverでインストールされているとき、それは私がこれを行うには何度も試みたが失敗しています"Windows Serverでmemcachedをインストールすると、致命的なエラー:クラス 'Memcache'が見つかりません。

Fatal error: Class 'Memcache' not found

を示しています。

+0

拡張子が非アクティブかもしれません! php.iniの設定を確認してください。 –

答えて

1

この質問は、ここで解決されています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

+0

うわー、私はしばらくの間、この問題を抱えていましたが、PHP 5.4のこれらのリンクはちょっとしたことでした。ありがとう! – Tesserex

関連する問題