We installed the PHP extension for the memcached server http://pecl.php.net/package/memcached using pecl install memcached, which ended with the instruction to add "extension = memcached.so" to php.ini, while we did, we kept getting error http://pecl.php.net/bugs/bug.php?id=17574&edit=1 .
pecl install memcached
So, we removed this line โextension = memcached.soโ from php.ini and added this line to the /etc/php.d/memcached.ini file, and everything worked fine.
leaves me a question .. is there a specific sequence in which PHP loads the extension / modules, and how will the sequence matter?
, "memchached.ini", , , . , json , "j" "m", , . php.ini, - , .
PHP.ini, , . memcached , , , .