試してみると:
$mc= new Memcached();
私は得る
Fatal error: Class 'Memcached' not found in /my/path
phpinfo によると、/etc/php5/apache2/conf.d/20-memcached.ini が追加の .ini ファイルとして読み込まれます。
このファイルの内容は次のとおりです。
; uncomment the next line to enable the module
extension=memcached.so
dpkg --get-selections | grep memcached
libmemcached6 install
memcached install
php5-memcached install
Kubuntu Apache 2.0 PHP 5.4.4-1
この致命的なエラーが発生するのはなぜですか?