PHP的安装配置
在php源码目录下,执行: ./configure --help
可以看到大致分类:
Configuration: help和autoconf的版本号.
Directory and file names: 安装目录(prefix)
Host type:
Features and packages:
SAPI modules: with-apxs,with-apxs2,enable-fpm,with-aolserver... (支持的sapi, 很多web server,常用的apache之外还有zeus,litespeed,phttpd等等 )
General settings: 配置文件目录, 安全模式,魔术变量,短标签
Extensions: with-zlib(压缩),with-gd(图片),with-mcrypt(加密),with-mysql,with-oci8等等. (可以后续安装)
PEAR:
Zend:
TSRM:
Libtool:
详细配置说明参考:
http://kb.cnblogs.com/a/2276055/
http://www.cnblogs.com/shuaixf/archive/2011/12/04/2276055.html
http://blog.163.com/cjr_520/blog/static/6879858201159105337122/
-------------我的签名档---------------------
年轻人,还需要多努力!
--------------------------------------------