4.6. PHP
PHP 更改如下:
- PHP 已经升级到版本 5.3。兼容性问题需要升级一些脚本。进一步详情请参见以下网址:
- 对默认配置(
/etc/php.ini
)进行了以下更改:- 现在将 error_reporting 设定为 E_ALL & ~E_DEPRECATED(之前设定为 E_ALL)
- 现在将 short_open_tag 设定为 Off(之前设定为 On)
- 现在将 variables_order 设定为 GPCS(之前设定为 EGPCS)
- 现在将 enable_dl 设定为 Off(之前设定为 On)
- 不再使用 mime_magic、dbase 和 ncurses 扩展。