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

どうでもいい記事100選

5.3.0RC4 out!

ようやくRC4)。夜明けは近いか?予定では来週とのこと。
5.3.0RC3から5.3.0RC4までの修正状況は以下の通り。修正も少なくなってきています。
個人的には5.2系統も(まだまだ)メンテして欲しいし、5.3系統も早くリリースされて欲しいし、複雑な気分です。
他の言語みたいに2系統くらいはメンテナンス対象にしてくれるとありがたいのですが。

--- /repository/php-src/NEWS	2009/06/10 18:18:43	1.2027.2.547.2.965.2.621
+++ /repository/php-src/NEWS	2009/06/18 21:01:03	1.2027.2.547.2.965.2.635
@@ -1,5 +1,25 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+18 Jun 2009, PHP 5.3.0 RC 4
+- Upgraded bundled sqlite to version 3.6.15. (Scott)
+
+- Added phar.phar generation for Windows. (Greg)
+- Added ACL Cache support on Windows.
+  (Kanwaljeet Singla, Pierre, Venkat Raman Don)
+
+- Fixed readlink on Windows in thread safe SAPI (apache2.x etc.). (Pierre)
+
+- Fixed bug #48578 (Can't build 5.3 on FBSD 4.11). (Rasmus)
+- Fixed bug #48541 (spl_autoload_register only registers first closure, then
+  leaks the others). (Greg)
+- Fixed bug #48535 (file_exists returns false when impersonate is used).
+  (Kanwaljeet Singla, Venkat Raman Don)
+- Fixed bug #48533 (__callStatic is not invoked for private/protected methods).
+  (Felipe)
+- Fixed bug #47767 (include_once does not resolve windows symlinks or junctions)
+  (Kanwaljeet Singla, Venkat Raman Don)
+- Fixed bug #47318 (UMR when trying to activate user config). (Pierre)
+
 11 Jun 2009, PHP 5.3.0 RC 3
 - Upgraded bundled sqlite to version 3.6.14.2. (Scott, Ilia)
 - Upgraded bundled libmagic to 5.03 in the fileinfo extension. (Scott)
@@ -29,8 +49,8 @@
   (Kanwaljeet Singla, Venkat Raman Don, Pierre)
 - Fixed bug #38802 (max_redirects and ignore_errors).
   (patch by datibbaw@php.net)
-- Fixed isset() on sub-directories (isset("blah") if file "blah/foo.php"
-  exists). (Greg)
+- Fixed isset() on phar sub-directories (isset($phar["blah"]) if
+  file "blah/foo.php" exists in the phar archive). (Greg)
 - Fixed security vulnerability in phar's handling of long tar filenames. (Greg)
 - Fixed potential segfault with converting phars containing metadata to other
   formats. (Greg)