memcached
Macにインストールしようとしています。ダウンロードしてインストールしました。php.iniにも追加しました。しかし、それでもmemcached
ロードされません。問題はとのAPIバージョンの不一致にphp
あることに気づきましたphpize
。
これは私がするときに私が得るものです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
誰かがこの問題を解決するのを手伝ってくれたら本当にありがたいです。乾杯。