时间:2021-05-18
#author:zhxia
给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:///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
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文的主要目的就是为大家分享layPage多功能的js分页组件具体操作方法,供大家参考,具体内容如下php部分functionindex(){header('C
话不多说,请看具体操作步骤:具体操作步骤: 1、在工具栏中,选择“单行文字”。如果没有,请将绘图工具栏调出。 2、用鼠标拉出一个
今天给公司服务器编译完php后,打算启动php-fpm的时候,居然给我报:errorwhileloadingsharedlibraries:libmysqlcl
在centos上成功编译安装nginx1.4、php5.4并成功启动nginx和php-fpm后,访问php提示"Filenotfound.",同时在错误日志中
composer的安装注:我是的PHPstudy下安装的,其他情况也相似一、配置环境变量1、打开系统高级设置,具体操作如下图:路径就是php根目录2、打开ope