Apache 2.1/2.2 版本的新特性
Apache 2.0 版本的新特性
从 2.0 升级到 2.2
Apache许可证
![]() |
flyinweb 's BLOG |
|||||||||||||||||
|
||||||||||||||||||
|
Usage: configure [options] [host] Options: [defaults in brackets after descriptions] Configuration: --cache-file=FILE cache test results in FILE --help print this message Zend Optimizer ,默认安装,然后选zend的安装路径,php.ini所在的路径,apache启动脚本的路径,然后自动重启apache就安装好了,利用phpinfo信息来判断是否安装正确。 如果正确安装应该显示: [color=Red] This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies expat, fastcgi, freebsd, libxml, nginx, php, uchome, xml_parser_create freebsd+nginx+php,安装uchome的时候提示找不到xml_parser_create(),php -i ,发现libxml是enable的状态。google了一下没有找到解决方案。在php手册里发现了expat的信息,看上去像是另一个xml解析库。既然libxml无效,只好试一下这个了。 下载expat(http://sourceforge.net/projects/expat/),编译,安装,然后是重新编译php。手册里提示需要在configure的时候加入“--with-expat-dir=DIR”,如法炮制发现这个选项是错误的。于是configure –help了一下,发现应该是“--with-libexpat-dir=DIR”(如果你是按默认配置安装的expat,那么DIR的值应该是/usr/local),修改一下,一切ok。再试xml_parser_create(),问题解决。 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|