php官方下载地址:http://www.php.net/downloads.php下载php:[rot@localhosthttpd-2.2.16]#cd/usr/local/src
[root@localhostsrc]#wgethttp://am1.php.net/distributions/php-5.3.27.tar.gz解压:[root@localhostsrc]#tarzxvfphp-5.3.27.tar.gz(bz2格式用:tarjvxf.....)配置编..
分类:
Web程序 时间:
2017-06-15 00:51:20
阅读次数:
285
php源码目录:/root/php php编译目录:/usr/local/webserver/php/ curl源码目录:/root/curl 1.curl,主要用于发送http请求,是php的一个扩展包。 2.安装过程: (1)curl下载:http://curl.haxx.se/download ...
分类:
Web程序 时间:
2017-06-12 00:37:53
阅读次数:
268
MP和LNMP可以并存,但是端口(80)冲突,需要修改端口;LNMP须重新安装PHP,编译参数不一样。LAMP中apache需要与PHP建立关联;LNMP和LAMP可以实现数据迁移,因为本身的数据库没变化1.安装mysql,参照LAMP的随笔2.安装PHP(须重新安装)tar zxf php-5.5 ...
分类:
其他好文 时间:
2017-06-10 10:45:01
阅读次数:
266
配置php编译器配置phpStudy服务器项目发布目录修改hosts文件127.0.0.1 www.350zx.cn新建项目启动的你的phpStudy ...
分类:
Web程序 时间:
2017-05-30 23:19:58
阅读次数:
340
./configure的时候出现如下错误:
configure:error:xslt-confignotfound.Pleasereinstallthelibxslt>=1.1.0distribution
解决方法:
yuminstalllibxslt-devel*-y
错误1
checkingforxml2-configpath...
configure:error:xml2-confignotfound.Pleasecheckyourlibxml2instal..
分类:
Web程序 时间:
2017-05-26 21:48:44
阅读次数:
160
最近项目需求,域名备案主体变更,要去香港搭个服务器中转,于是就很蛋疼的开始服务器搭建之路。 在php配置时候出现一个问题,代码提示 我以为是pdo没有装,然后就开始装pdo,编译后一直报错,然后看论坛一群人抄啊抄的什么都不知道,还抄错的,让人恼火。然后stackoverflow上有人说,pdo是ph ...
分类:
Web程序 时间:
2017-05-15 22:27:02
阅读次数:
145
目标:一键部署php5.6.0版本环境:CentOS664位桌面版本软件包:链接:http://pan.baidu.com/s/1jIyZrRS密码:q9uu[root@salt-masterhome]#catphp.sh#/bin/bash##CentOS6#./etc/init.d/functionsdir=/root/testdel_dir(){ read-p"需要删除${dir}是否删除[Y|y/N|n]:"del case$del..
分类:
Web程序 时间:
2017-05-12 22:06:07
阅读次数:
214
Thisarticleispostonhttps://coderwall.com/p/ggmpfaconfigure:error:xslt-confignotfound.Pleasereinstallthelibxslt>=1.1.0distribution代码如下:yum-yinstalllibxslt-develconfigure:error:Couldnotfindnet-snmp-configbinary.Pleasecheckyournet-snmpinstallation.代码..
分类:
Web程序 时间:
2017-05-11 14:39:39
阅读次数:
362
PHP关键字异构化实验 PHP词法分析和语法分析 简单理解PHP代码执行过程:http://blog.csdn.net/risingsun001/article/details/22888861 PHP编译执行基本过程如下图: 目前PHP词法分析器采用re2c规则,在PHP源码中的位置是zend/z ...
分类:
Web程序 时间:
2017-05-06 17:38:26
阅读次数:
258
本文用来记忆整了两天的lamp环境,如果对PHP没有要求建议全部用yum 一键安装,纯属个人经验,主要作用是用来参考的。 yum install httpd #yum 安装Apache。 php编译安装 安装前记得安装php依赖环境 yum安装PHP5.6的依赖环境 yum -y install g ...
分类:
Web程序 时间:
2017-05-06 01:09:06
阅读次数:
213