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).
主题测试文章,只做测试使用。发布者:eason,转转请注明出处:https://aicodev.cn/2013/07/14/php%e5%8f%91%e5%b8%83%e4%ba%865-3%e7%b3%bb%e5%88%97%e7%9a%84%e6%9c%80%e5%90%8e%e4%b8%80%e4%b8%aa%e5%b8%b8%e8%a7%84%e7%89%88%e6%9c%ac%ef%bc%9a5-3-27/