i m trying to install memcache module from http://pecl.php.net/package/memcache. Im using xampp in ubuntu (lampp) with php 5.3. After download the extension, I run phpize, make and make install, then I add extension=memcache.so in my php.ini but when I restart xampp the following message appears:
Warning: PHP Startup: memcache: Unable to initialize module Module compiled with module API=20060613 PHP
compiled with module API=20090626 These options need to match in Unknown on line 0
Anyone have any ideia on what happening?
Thanks