PHP发布了5.3系列的最后一个常规版本:5.3.27
PHP开发团队发布了5.3.27,这是5.3系列的最后一个常规更新版本,以后除非有安全漏洞,不会再做新的更新。PHP开发团队建议所有的用户升级到5.4或者5.5系列。
这次升级主要修复了10个错误,包括XML解析器的安全漏洞问题(Bug #65236)。
完整的更新内容如下:
- Core:
- DateTime:
- Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
- PDO_firebird:
- PDO_pgsql:
- Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error).
- pgsql:
- Fixed bug #64609 (pg_convert enum type support).
- SPL:
- Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems).
- XML:
- Fixed bug #65236 (heap corruption in xml parser).