91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何給php打上php-fpm補丁

發布時間:2021-10-13 09:26:28 來源:億速云 閱讀:331 作者:小新 欄目:開發技術

這篇文章主要介紹了如何給php打上php-fpm補丁,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

給php打上php-fpm 補丁
sudo tar jxvf php-5.2.14.tar.bz2
sudo patch -d php-5.2.14 -p1 < php-5.2.14-fpm-0.5.14.diff

編譯php
cd php-5.2.14/
sudo ./configure  --prefix=/usr/local/php-5.2.14 --with-mcrypt --with-gettext --with-mysql --with-gd --with-jpeg-dir --with-png-dir --with-ttf --with-curl --with-freetype-dir --enable-gd-native-ttf --enable-mbstring --enable-sockets --with-png-dir --with-pdo-mysql --enable-fpm --enable-fastcgi --with-zlib --with-fpm-conf=/etc/fpm-php.conf
 
編譯memcached擴展
wget http://pecl.php.net/get/memcache-2.2.5.tgz
 tar -xvf memcache-2.2.5.tgz
 cd memcache-2.2.5/
 /usr/local/php-5.2.14/bin/phpize
 ./configure --with-php-config=/usr/local/php-5.2.14/bin/php-config
sudo make
sudo make install

將源碼中的php.ini-dist cp 到 /usr/local/php-5.2.14/lib目錄下,并編輯,在其中加入 extension=memcache.so

===================
安裝memcached 服務器端,需要先安裝libevent庫
先安裝 libevent庫
sudo wget http://www.monkey.org/~provos/libevent-1.4.14b-stable.tar.gz
sudo tar -gunzip  libevent-1.4.14b-stable.tar.gz
cd  libevent-1.4.14b-stable
sudo ./configure --prefix=/usr

make
make install

安裝 memcached
sudo wget http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz
sudo tar -gunzip  memcached-1.4.5.tar.gz
cd memcached-1.4.5
sudo ./configure --prefix=/usr/local/memcache-1.4.5 --with-libevent=/usr

sudo make
sudo make install

啟動 memcached
./memcached -d -u nobody -m 512 127.0.0.1 -p 11211
連接到memcached
telnet 127.0.0.1 11211

感謝你能夠認真閱讀完這篇文章,希望小編分享的“如何給php打上php-fpm補丁”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

php
AI

夏津县| 班戈县| 枝江市| 宁武县| 西藏| 永顺县| 明光市| 苏尼特左旗| 瑞丽市| 枝江市| 深水埗区| 巴楚县| 闽清县| 玉树县| 冀州市| 将乐县| 汉川市| 凤凰县| 古丈县| 巴塘县| 旬阳县| 女性| 枞阳县| 河北省| 鞍山市| 阳泉市| 福泉市| 大新县| 睢宁县| 沁源县| 九龙坡区| 洪雅县| 余干县| 务川| 丰顺县| 双城市| 长宁县| 历史| 罗源县| 富川| 安泽县|