ます’s Blog - どうでもいい記事100選

どうでもいい記事100選

5.3.1RC4 out!

RC4の登場です()。先日の予想は見事に外れました。残念。
5.3.1RC3から5.3.1RC4までの修正状況は以下の通り。。。といきたいのですが、また変なことにしまっているので「diff -u php-5.3.1RC3/NEWS php-5.3.1RC4/NEWS」の結果を貼り付けておきます。
max_file_uploads ディレクティブは100から20に変更されたようです。個人的には10でも多いような気が。

--- php-5.3.1RC3/NEWS 2009-11-04 00:36:55.000000000 +0900
+++ php-5.3.1RC4/NEWS 2009-11-13 02:48:36.000000000 +0900
@@ -1,13 +1,22 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+12 Nov 2009, PHP 5.3.1 RC4
+- Updated timezone database to version 2009.17 (2009q). (Derick)
+
+- Fixed bug #50063 (safe_mode_include_dir fails). (Johannes, christian at
+  elmerot dot se)
+- Fixed bug #49910 (no support for ././@LongLink for long filenames in phar
+  tar support). (Greg)
+- Fixed bug #49098 (mysqli segfault on error) (Rasmus)
+
 03 Nov 2009, PHP 5.3.1 RC3
 - Added "max_file_uploads" INI directive, which can be set to limit the
-  number of file uploads per-request to 100 by default, to prevent possible
+  number of file uploads per-request to 20 by default, to prevent possible
   DOS via temporary file exhaustion. (Ilia)

 - Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre)

-- Fuxed bug #50052 (Different Hashes on Windows and Linux on wrong Salt size).
+- Fixed bug #50052 (Different Hashes on Windows and Linux on wrong Salt size).
   (Pierre)
 - Fixed bug #49908 (throwing exception in __autoload crashes when interface
   is not defined). (Felipe)