php - memcache fails to start -


i've been following several guides (mainly this one) on installing memcache on wamp stack - i'm running problem odd because work machine had little trouble doing same.

when restart apache see following error in log:

php warning: php startup: unable load dynamic library 'c:/wamp/bin/php/php5.3.10/ext/php_memcache.dll' - %1 not valid win32 application.\r\n in unknown on line 0 

i'm running win7 64-bit, apache 2.2.21, php 5.3.10 , have downloaded php_memcache-2.2.6-5.3-vc9-x86 - i've tried nts version - fails

memcached is installed service , running

found copy of php_memcache.dll worked finally. difference can see it's 64-bit version. i'm still unsure why works though. php install 32-bit, myphp_int_size 4

if else runs issue , needs file, uploaded http://www.sendspace.com/file/uq6srb


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -