您的位置:

php5.4.0,php56下载

本文目录一览:

编译php5.4的时候出现错误----configure: error: in `/usr/local/src/php540/php-5.4.0':

错误如下:

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for a sed that does not truncate output... /bin/sed

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking target system type... x86_64-unknown-linux-gnu

checking for cc... cc

checking whether the C compiler works... no

configure: error: in /usr/local/src/php540/php-5.4.0': configure: error: C compiler cannot create executables See config.log' for more details.

分析,百度了很长时间终于发现,原来是缺少gcc

所以:

yum install -y gcc就可以了

php5.4.0如何安装?请高手帮忙解决。。。

和安装PHP5.3.10过程一模一样,可以选isapi,apache module,cgi,fastcgi至少4种方式安装

主要是要会修改php.ini配置和服务器配置

要先问自己会不会装PHP5.3.x。

我也装有5.4RC7 win版,很多常用的扩展组件ext dll还不稳定,甚至无法加载,只能试用,

不建议用现在外围组件未稳定的5.4,

如果要稳定还是用5.3.10,已经够新了,绝大多数服务器都没能更新到

在360软件管家里下好PHP5.4.0装好之后,怎么进入编程环境呢???

PHP只是一个运行环境或者说是一个网络功能插件,一般来说都需要与其他服务器软件,如Apache、IIS等来配合使用的。

如果你想编写php,那么任意一个文件编辑器都可以做这项工作,当然效率不会高,推荐一些专门用来写php代码的编辑软件,如:phpDesigner等,初学者可以用Dreamweaver软件,这个软件既可以写php,也可以可视化编写html。

刚安装了PHP5.4.0,想把它和apache连接,但是找不到php5apache2.dll ,求高人指点 这个怎么解决的呀

在php的解压包里面,有个php.exe文件,如果该文件运行不成功,说明缺少编译环境,需要下载VC9的环境vC++ 2008,;id=29,安装以后,apache的配置路径正确,应该OK了

PHP 5.4.0使用 session_register函数 !

检查php.ini里面register_globals=是否设置为on。或者是直接使用session_start();然后用$_session[],取值

php5.4.0如何配置Apache,

如果你是开发环境就用 devel那个。如果是生产环境就用prod那个。