PHP memcached Fatal error: Class 'Memcache' not found

后端 未结 6 626
清酒与你
清酒与你 2020-11-28 08:55

I\'ve pasted the example from php.net for using memcached in php and I\'m getting:

Fatal error: Class \'Memcache\' not found

I have this in m

6条回答
  •  一整个雨季
    2020-11-28 09:50

    I found solution in this post: https://stackoverflow.com/questions/11883378/class-memcache-not-found-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

提交回复
热议问题