windows下XAMPP裝配php_memcache擴充

來源:互聯網
上載者:User
windows下XAMPP安裝php_memcache擴充
首先下載phpmemcache,地址為:

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

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


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

安裝memcache:

memcached.exe -d install

接著啟動memcache服務:

memcached.exe -d start
這樣memcache服務就安裝好了。

接著往XAMPP中加入phpmemcache擴充。

卸載memcache服務命令為:

memcached.exe -d uninstall

停止memcache服務命令為:

memcached.exe -d stop

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



接著啟動apache伺服器,在瀏覽器中輸入localhost/1.php,返回以下資訊


這就是你的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伺服器就可以了。


值得注意的是,如果你使用的thinkphp架構,那麼預設使用的緩衝是File,你可以在設定檔中修改為Memcache,方法如下:

開啟thinkphp/ThinkPHP/Conf/convention.php,找到'DATA_CACHE_TYPE'這一項,改為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.