xcache加速php

來源:互聯網
上載者:User

xcache加速php

1、安裝

# tar xf xcache-3.2.0.tar.bz2

# cd xcache-3.2.0

# /usr/local/php/bin/phpize

# ./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config

# make && make install

 

安裝結束時,會出現類似如下行:

Installing shared extensions: /usr/local/php/lib/php/extensions/no-debug-zts-20100525/

 

2、編輯php.ini,整合php和xcache:

 

首先將xcache提供的範例配置匯入php.ini ,把xcache.ini的檔案加在php.ini檔案的最末尾;

這裡需要注意的一點是vi如何在兩個檔案裡面複製粘貼:

 

同時編輯兩個檔案,在兩個檔案中拷貝剪貼文本 vi file1 file2 nyy 同時開啟兩個檔案,在檔案1的游標所在處拷貝所在行 :n 切換到檔案2 (n=next) p 在檔案2的游標所在處粘貼所拷貝的行 :N 切換迴文件1

 

說明:xcache.ini檔案在xcache的源碼目錄中。

 

接下來編輯/opt/php/lib/php.ini,

找到extension開頭的行,修改為如下行:

# vim /opt/php/lib/php.ini

extension = /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/xcache.so

# service php-fpm restart

 

開啟phpinfo.php檢查php的運行環境:

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.