前言
随着大量的框架使用composer和namespace,渐渐的线上环境也从之前的5.3变成了5.4或者5.5甚至5.6,随着7月份PHP7的发布,会有更多的公司采用新版本。
之前好久就想写这样的一片文章,来说明下各个版本的差异,这次算是拿出时间了。
这次的是第一篇,目前规划写三篇
- PHP5.4.0
- PHP5.5.0
- PHP5.6.0
一方面是对自己的知识的整理,一方面是对自己的一次提升。
官方说明
官方文档地址 http://php.net/ChangeLog-5.php#5.4.0
详细说明
01 Mar 2012
原文
- autoconf 2.59+ is now supported (and required) for generating the configure script with ./buildconf. Autoconf 2.60+ is desirable otherwise the configure help order may be incorrect.
翻译