We installed the PHP extension for memcached server http://pecl.php.net/package/memcached
using pecl install memcached
which ended with an instruction to add "extension=memcached.so" in the php.ini, while we did that, we kept getting the error http://pecl.php.net/bugs/bug.php?id=17574&edit=1.
因此,我们从php.ini删除了这条线“Exension=memcastal.so”,并将这条线添加到档案/etc/php.d/memcadated.ini,而且每件工作都是罚款的。
让我提出一个问题,是否有一个具体的顺序,即PHP装载扩展/模块,以及顺序如何决定?