您好,登錄后才能下訂單哦!
關于編譯安裝php的選項可以為
./configure --prefix=/usr/local/php --with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-iconv --with-openssl --enable-mbstring --with-freetype-dir --with-jpeg-dir --with-png-dir --with-libxml-dir=/usr/ --enable-xml --enable-sockets --enable-fpm --with-config-file-path=/etc/ --with-config-file-scan-dir=/etc/php.d --with-bz2 --with-curl --with-mhash --with-mcrypt --enable-intl --with-gd --enable-gd-native-ttf --enable-shmop
需要安裝memcache需要編譯libmemcache
libmemcached的下載地址為https://launchpad.net/libmemcached
編譯安裝
wget tar xf libmemcached-1.0.18.tar.gz cd libmemcached-1.0.18.tar.gz ./configure make && make install
擴展memcache模塊
memcached的模塊地址為http://pecl.php.net/package/memcache
編譯安裝
http://pecl.php.net/get/memcache-3.0.8.tgz
tar xf memcache-3.0.8.tgz cd memcache-3.0.8 進入解壓以后的目錄,是沒有configure文件的,需要執行 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make && make install
編輯php.ini文件,在里面添加以下行
extension=memcache.so
redis的模塊添加與memcached的一樣
redis的下載地址為http://pecl.php.net/package/redis
編譯完成后同樣需要添加extesion文件
本文以及驗證通過,此處不在給出驗證結果
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。