1 頁 (共 1 頁)

HOWTO: Installing Memcache on Ubuntu...

發表於 : 2011-04-14 23:28:55
yehlu
http://www.pcbg.co.za/threads/6769-HOWT ... -on-Ubuntu...

代碼: 選擇全部

sudo apt-get install make

sudo apt-get install php5-dev

sudo apt-get install php-pear

sudo apt-get install zlib1g-dev

sudo apt-get install memcached

sudo pecl install Memcache
Don't forget to enable the extension in /etc/php5/apache2/php.ini by adding the line extension=memcache.so and restarting the webserver.