PHP 5.3.2 发布

  PHP 5.3.2发布下载了,相信很快就会有大面积的升级了吧。PHP作为目前最流行的开发语言之一其使用范围之广,用户群体之多是很多语言无法比你的。在最近的编程语言排行榜中PHP一直都高居第三的位置,而且还有继续上升的趋势,有此可见PHP的流行程度。PHP 5.3.2是bug修复版本,没有新特性的加入。因此强烈建议PHP用户下载升级到最新的PHP 5.3.2

PHP 5.3.2主要包括如下特性:

  1. Added support for SHA-256 and SHA-512 to php’s crypt.
  2. Added protection for $_SESSION from interrupt corruption and improved “session.save_path” check.
  3. Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)
  4. Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
  5. Improved LCG entropy. (Rasmus, Samy Kamkar)
  6. Fixed bug #49851 (http wrapper breaks on 1024 char long headers).
  7. Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16).
  8. Fixed bug #51059 (crypt crashes when invalid salt are given).
  9. Fixed bug #50940 Custom content-length set incorrectly in Apache sapis.
  10. Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long).
  11. Fixed bug #50723 (Bug in garbage collector causes crash).
  12. Fixed bug #50632 (filter_input() does not return default value if the variable does not exist).
  13. Fixed bug #50540 (Crash while running ldap_next_reference test cases).
  14. Over 60 other bug fixes.

摘自:开源中国社区
[ad#468-60]

Scroll to Top