security enhancements and fixes in php 5.3.9:
added max_input_vars directive to prevent attacks based on hash collisions. (cve-2011-4885)
fixed bug #60150 (integer overflow during the parsing of invalid exif header). (cve-2011-4566)
key enhancements in php 5.3.9 include:
fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to is_a and is_subclass_of).
fixed bug #55609 (mysqlnd cannot be built shared)
many changes to the fpm sapi module
完全改进:http://www.php.net/changelog-5.php#5.3.9
下载:http://cn.php.net/distributions/php-5.3.9.tar.bz2
原文:http://www.oschina.net/news/24706/php-5-3-9
http://www.bkjia.com/phpjc/445708.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/445708.htmltecharticle经过4个rc版,php 5.3.9正式版总算发布了。2012-01-11 上一个版本还是2011-08-23的5.3.8 这个版本当然修正了那个hash 碰撞攻击bug.此外还有大量的bu...