首先 開啟web共享。
配置
httpd.conf 加入php拓展 /etc/apache2/httpd.conf
如出現 ULIMIT_MAX_FILES="ulimit -S -n `ulimit -H -n`" 錯誤
需要去掉
/usr/sbin/apachectl 裡面的 ulimit -S -n `ulimit -H -n
重啟apache
brew install memcached 安裝 memcache
安裝後 memcache 路徑 /usr/local/bin/memcached
Add "-d" to start it as a daemon.
/usr/local/bin/memcached -d 啟動 不能使用 root賬戶啟動
下載 memcache
http://pecl.php.net/package/memcache
執行 ./configure make sudo make install
編輯 php ini chmod -R 755 /etc/php.ini
修改拓展路徑 /usr/lib/php/extensions/no-debug-non-zts-20090626/
新加 extension=memcache.so
查看 phpinfo 是否 拓展 memcache