windows下XAMPP安裝php_memcache擴充

來源:互聯網
上載者:User

標籤:fun   hunk   tail   pac   memcach   儲存   mem   詳細   cache   

本部落格來自 http://blog.csdn.net/liujan511536/article/details/46523807

 

首先下載phpmemcache,地址為:

http://up.2cto.com/2012/0522/20120522094758371.rar

解壓下的檔案,解壓後有以下檔案:


接著以管理員身份開啟cmd,進入剛才解壓的目錄,

安裝memcache:

memcached.exe -d install  

接著啟動memcache服務:

memcached.exe -d start  
 

這樣memcache服務就安裝好了。

 

接著往XAMPP中加入phpmemcache擴充。

首先在htdocs下建立一個檔案1.php,輸入以下內容 

1 <?php  2     echo phpinfo();  3 ?>  

 

這就是你的php的版本資訊,大概是以下這樣子:

 


需要注意的是Architecture和頂部的php version這兩部分;

接著下載php_memcache.dll,地址為:http://pecl.php.net/package/memcache/3.0.8/windows

記得要找對你的版本,我下載的是以下版本:


解壓下載的檔案,把裡面的php_memcache.dll拷貝到xampp/php/ext下。

然後開啟php.ini(在xampp/php下),在末尾添加以下內容:

 

;php-memcachedextension=php_memcache.dll[Memcache]memcache.allow_failover = 1memcache.max_failover_attempts=20memcache.chunk_size =8192memcache.default_port = 11211


儲存並退出,重啟你的apache伺服器就可以了。

 

這個時候使用memadmin來管理 memcache

MemAdmin是一個基於 PHP5 & JQuery 的 Memcached 管理監控工具詳細介紹頁面:http://www.junopen.com/memadmin/

 

windows下XAMPP安裝php_memcache擴充

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.