成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

PHP升級到5.5.11版本

1.首先升級yum install libmcrypt-devel

創(chuàng)新互聯(lián)建站主要從事網(wǎng)頁設計、PC網(wǎng)站建設(電腦版網(wǎng)站建設)、wap網(wǎng)站建設(手機版網(wǎng)站建設)、自適應網(wǎng)站建設、程序開發(fā)、網(wǎng)站優(yōu)化、微網(wǎng)站、小程序定制開發(fā)等,憑借多年來在互聯(lián)網(wǎng)的打拼,我們在互聯(lián)網(wǎng)網(wǎng)站建設行業(yè)積累了豐富的成都網(wǎng)站建設、網(wǎng)站建設、網(wǎng)站設計、網(wǎng)絡營銷經驗,集策劃、開發(fā)、設計、營銷、管理等多方位專業(yè)化運作于一體。

2.安裝php

wget http://br1.php.net/get/php-5.5.11.tar.gz/from/this/mirror

tar zxvf php-5.5.11.tar.gz && cd php-5.5.11

./configure --prefix=/usr/local/php_5.5.11 --with-config-file-path=/usr/local/php_5.5.11/etc --with-MySQL=/usr/local/mysql --with-mysqli=mysqlnd --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl=/usr/local --without-curlwrappers --enable-mbregex --enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets  --with-xmlrpc --enable-zip --enable-soap  --without-pear --enable-zip --with-bz2 --enable-calendar --enable-ftp --enable-ctype --enable-exif --disable-ipv6 --with-sqlite3 --disable-pdo --disable-phar
make ZEND_EXTRA_LIBS='-liconv'
make install

cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
chmod +x /etc/init.d/php-fpm
mkdir -p /usr/local/php_5.5.11/log
mkdir -p /usr/local/php_5.5.11/logs/
echo '/usr/local/mysql/lib/' > /etc/ld.so.conf.d/mysql.conf
ldconfig
3. 安裝memcached擴展
cd ..

wget https://launchpad.net/libmemcached/1.0/1.0.14/+download/libmemcached-1.0.14.tar.gz

rm -rf libmemcached-1.0.14
tar zxf libmemcached-1.0.14.tar.gz  && cd libmemcached-1.0.14
./configure --prefix=/usr/local/libmemcached --with-memcached --disable-sasl
make && make install
提示錯誤:

./libmemcached-1.0/memcached.h:46:27: error: tr1/cinttypes: No such file or directory
make[1]: *** [libmemcached/libmemcached_libmemcached_la-allocators.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/tools/libmemcached-1.0.14'
make: *** [all] Error 2

libmemcached-1.0.14需要升級gcc、gcc++,否則編譯編譯失敗
yum install gcc44 gcc44-c++ libstdc++44-devel
export CC=/usr/bin/gcc44
export CXX=/usr/bin/g++44

再執(zhí)行

./configure --prefix=/usr/local/libmemcached --with-memcached --disable-sasl
make && make install


wget http://pecl.php.net/get/memcached-2.1.0.tgz
rm -rf memcached-2.1.0
tar zxvf memcached-2.1.0.tgz && cd memcached-2.1.0
/usr/local/php_5.5.11/bin/phpize
./configure --with-php-config=/usr/local/php_5.5.11/bin/php-config --enable-memcached --enable-memcached-json
yes|cp -r ../php-5.5.11/ext/json/ /usr/local/php_5.5.11/include/php/ext/
make && make install
提示錯誤:
make: *** [php_memcached.lo] Error 1
因此需要指定libmemcached路徑:
./configure --with-php-config=/usr/local/php_5.5.11/bin/php-config --enable-memcached --enable-memcached-json -with-libmemcached-dir=/usr/local/libmemcached

make && make install

4.安裝tokyo_tyrant擴展

wget http://pecl.php.net/get/tokyo_tyrant-0.7.0.tgz
tar zxvf tokyo_tyrant-0.7.0.tgz
cd tokyo_tyrant-0.7.0 && /usr/local/php_5.5.11/bin/phpize && ./configure --with-php-config=/usr/local/php_5.5.11/bin/php-config --with-tokyo-tyrant=/usr/local --with-tokyo-cabinet-dir=/usr/local && make && make install

5.安裝redis擴展
wget http://******/phpredis-nicolasff-20121217.tar.gz
tar zxvf phpredis-nicolasff-20121217.tar.gz
cd phpredis-master/ && /usr/local/php_5.5.11/bin/phpize
./configure --with-php-config=/usr/local/php_5.5.11/bin/php-config --enable-redis && make && make install  

文章名稱:PHP升級到5.5.11版本
網(wǎng)站地址:http://jinyejixie.com/article42/pshhhc.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供品牌網(wǎng)站設計、品牌網(wǎng)站制作、網(wǎng)頁設計公司企業(yè)建站、外貿網(wǎng)站建設電子商務

廣告

聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

手機網(wǎng)站建設
榆中县| 桃园县| 满洲里市| 长宁县| 南平市| 鄂州市| 彭水| 怀宁县| 昭平县| 威海市| 南江县| 山西省| 白城市| 海宁市| 绥中县| 雅江县| 南江县| 辉县市| 定襄县| 抚顺市| 开江县| 苏尼特左旗| 寻甸| 西平县| 寻乌县| 井研县| 新乡市| 博客| 高淳县| 嘉善县| 连城县| 灌云县| 孟津县| 若羌县| 杭锦后旗| 莆田市| 三门县| 荥经县| 会理县| 高州市| 枣庄市|