Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php_memcache.dll for PHP 5.3

Tags:

I recently setup a server using the latest version of XAMPP for Windows. With it came PHP 5.3. I'm now looking for a memcache.dll file that works with PHP 5.3 I've used some of the previous .dll files and recieved an error message:

"PHP Startup: memcache: Unable t initialize module.
Module compiled with module API=20060613
PHP compiled with module api=20090626
These options need to match"

Any links to a PHP 5.3 memcache.dll file would be greatly appreciated.

Thanks for the help!

like image 524
whobutsb Avatar asked Oct 02 '09 18:10

whobutsb


1 Answers

If you are using php 5.3 from within xampp 1.7.2/1.7.3, this distribution works fine:

http://shikii.net/blog/downloads/php_memcache-cvs-20090703-5.3-VC6-x86.zip

It's a real pity that windows.php.net is still not up yet with PECL windows binaries.

like image 110
seven Avatar answered Oct 24 '22 09:10

seven