A critical bug with file uploads as well as the fastcgi sapi has been discovered in PHP 5.1.3 and a new PHP release 5.1.4 has been made available to address these two issues. All PHP users are encouraged to upgrade to this release as soon as possible.This release provides fixes for the following bugs:Fixed problems with file uploads and the $_POST array handling.
Resolved multiple problems with the FastCGI sapi.
Fixed possible crash in highlight_string().
Fixed cloning of DOM Documents and Noded.
Several fixes to PDO ODBC driver.具体详细信息大家查看:http://www.php.netPHP 5.1.4的下载地址是:
Windows:
http://cn2.php.net/get/php-5.1.4-Win32.zip/from/cn.php.net/mirrorUnix/Linux:
http://cn.php.net/get/php-5.1.4.tar.gz/from/this/mirror大家赶快下载了。
php.net推荐大家下载php5.1.4,而没有推荐php5.1.3!------------------------------------------------------------
译文(by www.phpchina.cn):
关于关于文件上传和fastcgi sapi运行模式的两个重大BUG被修正。推荐大家升级到PHP5.1.4。另外,此版本还修正以下bug:修正通过POST上传文件的bug;
fastcgi sapi的运行细节问题;
highlight_string().函数功能修正;
DOM 文档和Noded的克隆bug修正;
PDO 针对 ODBC 的一些bug修正