急求php5.3.5php 压缩包包安装方法

扫一扫体验手机阅读
PHP5.3.3添加***mcrypt模块
博文数量: 223
博客积分: 0
博客等级: 民兵
技术积分: 1787
注册时间:
认证徽章:
努力, 努力, 再努力
分类: 系统运维 11:54:38
&&1. 下载php 5.3.10
先***所所需的组件包
install libxml2-devel.x86_64 openssl-devel.x86_64 bzip2-devel.x86_64
curl-devel.x86_64 libjpeg-devel.x86_64 libpng-devel.x86_64
freetype-devel.x86_64 libmcrypt-devel.x86_64 libtool-ltdl-devel.x86_64& -y
*******************************************************************************
3. ***PHP 5.3.10
./configure \
--prefix=/usr/local/php \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql \
--with-pdo-mysql=/usr/local/mysql \
--with-mysqli \
--with-gd \
--with-openssl \
--enable-gd-native-ttf \
--with-jpeg-dir \
--with-png-dir \
--with-freetype-dir \
--with-zlib \
--with-gettext \
--with-curl \
--with-iconv \
--with-bz2 \
--with-mcrypt \
--enable-soap \
--enable-sockets \
--enable-mbstring=all \
--enable-bcmath \
--enable-ftp
#> make install
#> cp php.ini-production &&/usr/local/php/lib/php.ini
-------------------------------------------------------------------------------
***php5.3, php.ini中 改:
short_open_tag = On
date.timezone = "Asia/Chongqing"
PHP5.3***Zend Optimizer,已经被正式改成了“Zend Guard Loader”,
把 ZendGuardLoader.so 拷到 apache/modules下
在php.ini中加入:
zend_extension=/usr/local/apache/modules/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0
重启apache
-------------------------------------------------------------------------------
在httpd.conf配置文件中添加::
AddType application/x-httpd-php .php .php3
在DirectoryIndex 一行后添加& index.php
在虚拟主机下加上下一条,控制权限
php_admin_value open_basedir "/tmp/:/usr/local/www/"
测试:编写test.php文件,内容如下:
&phpinfo();
修改php.ini
屏蔽带来安全隐患的函数
找到disable_functions函数,加入 disable_functions =
chmod,exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,popen,curl_exec,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,socket_create_listen,socket_create_pair,socket_create,socket_get_option,socket_getpeername,socket_getsockname,socket_last_error,socket_listen,socket_read,socket_recv,socket_recvfrom,socket_select,socket_send,socket_sendto,socket_set_block,socket_set_nonblock,socket_set_option,socket_shutdown,socket_strerror,socket_write,stream_socket_client,stream_socket_server,pfsockopen,disk_total_space,disk_free_space,chown,diskfreespace,getrusage,get_current_user,getmyuid,getmypid,dl,leak,listen,chgrp,link,symlink,dlopen,proc_nice,proc_get_stats,proc_terminate,shell_exec,sh2_exec,posix_getpwuid,posix_getgrgid,posix_kill,ini_restore,mkfifo,dbmopen,dbase_open,filepro,filepro_rowcount,posix_mkfifo,putenv,sleep
修改register_globals = on
找到open_basedir
替换成 open_basedir = /data/web
找到upload_tmp_dir
替换成 upload_tmp_dir = /usr/home/tmp
找到upload_max_filesize = 2M
替换成& upload_max_filesize =20M
post_max_size = 30M
post_max_size 大于 upload_max_filesize 为佳
max_execution_time
默认是30秒.改为
max_execution_time = 0
0表示没有限制
重启 apache
阅读(1403) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
请登录后评论。听云***过程请参考听云***指导页面:
根据自己的服务器系统和语言包下载对应的 ***包
&(1)RPM***包
& &a.&执行rpm***
&64位版本rpm包***:sudo rpm -Uvh tingyun-agent-php-xxxxx.x86_64.rpm
& & b.&初次***必要的设置
& &sudo sh /usr/bin/networkbench-install.sh
& & 在接下来的录入界面输入license
&& &输入网站名称
& & &c.&重启服务器
& & 重启php宿主服务器(apache, php-fpm)
& & 此后,当您的php后台服务有http请求进入,五分钟后性能数据将发送到听云Server。
听云官网有详细的问题解决方法,参考:
我使用的CentOS6.5,PHP Version 5.3.3
按照提示 ***成功后生成日志文件:
目录:/var/log/networkbench/
-rw-rw-rw-. 1 root root 104215 Jul 31 11:17 daemon.log-rw-rw-rw-. 1 root root& 46345 Jul 31 11:01 php-agent.log
查看& daemon.log显示
10:26:07 /usr/bin/networkbench 18673 already running.
查看 php-agent.log 显示
日志报错&&&&WARNING:&write&daemon&config[/tmp/.networkbench.cfg]&fail:&Permission&denied
这难道是传说中的拒签??
解决方法:
运行下面内容rm -f /tmp/.networkbench.cfgrm -f /tmp/.nbagent.sockkillall networkbench然后再重启apache
终于搞定!谢谢听云-染白!
阅读(...) 评论()

参考资料

 

随机推荐