I am trying to install memcached
in my mac. I have downloaded and installed it. I added it to php.ini as well. But still memcached
doesnt load. I realized that the problem is with the API version mismatch of php
and phpize
.
This is what I get when I do php -v
PHP Warning: PHP Startup: memcached: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
PHP 5.4.8 (cli) (built: Oct 30 2012 19:29:58)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
I would really appreciate if someone would help me fix this issue. Cheers.