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

どうでもいい記事100選

5.2.4RC3 out!

だそうで()。
5.2.4RC2から5.2.4RC3までの修正状況は以下の通り。
更にrevertされた内容もあるようです()。残念。
個人的には、ここまで進んでおきながら、こういう事が起きる事に一抹の不安が。本当に安定してるのかな?
今までのリリース状況から予測してみると、9月の早い段階で5.2.4がリリースされ、9月末辺りに5.2.5がリリースされる、と。
これが当たったら、リリース直後一週間(Snapshotsの方が安定している事が多い)の法則みたいに、同月内リリース2回(不手際により急いで再リリース)の法則が成り立つな。

--- NEWS	2007/08/17 00:35:39	1.2027.2.547.2.899
+++ NEWS	2007/08/23 22:39:01	1.2027.2.547.2.910
@@ -1,8 +1,24 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+23 Aug 2007, PHP 5.2.4RC3
+- Fixed version_compare() to support "rc" as well as "RC" for release
+  candidate version numbers.
+- Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
+  (Ilia)
+- Fixed bug #42365 (glob() crashes and/or accepts way too many flags). (Jani)
+- Fixed bug #42183 (classmap causes crash in non-wsdl mode). (Dmitry)
+- Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload,
+  in the same way as "instanceof" operator). (Dmitry)
+- Fixed bug #41904 (proc_open(): empty env array should cause empty
+  environment to be passed to process). (Jani)
+- Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
+  bypass). (Ilia)
+
 16 Aug 2007, PHP 5.2.4RC2
 - Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client
   libraries. (Chris Jones)
+- Fixed Bug #42364 (Crash when using getRealPath with DirectoryIterator).
+  (Johannes)
 - Fixed bug #42292 ($PHP_CONFIG not set for phpized builds). (Jani)
 - Fixed bug #42261 (header wrong for date field). (roberto at spadim dot com
   dot br, Ilia)
@@ -25,8 +41,8 @@
 - Fixed bug #42117 (bzip2.compress loses data in internal buffer). (Philip,
   Ilia)
 - Fixed bug #42082 (NodeList length zero should be empty). (Hannes)
-- Fixed bug #41973 (./configure --with-ldap=shared fails with
-  LDFLAGS="-Wl,--as-needed"). (Nuno)
+- Fixed bug #41973 (--with-ldap=shared fails with LDFLAGS="-Wl,--as-needed").
+  (Nuno)
 - Fixed bug #36492 (Userfilters can leak buckets). (Sara)
 - Fixed bug #31892 (PHP_SELF incorrect without cgi.fix_pathinfo, but turning
   on screws up PATH_INFO). (Dmitry)
@@ -208,8 +224,6 @@
   (Lucas, Ilia)
 - Fixed bug #41566 (SOAP Server not properly generating href attributes).
   (Dmitry)
-- Fixed bug #41561 (php_admin_* values set in httpd.conf can be overwritten 
-  with ini_set()). (Tony, Dmitry)
 - Fixed bug #41555 (configure failure: regression caused by fix for #41265).
   (Jani)
 - Fixed bug #41527 (WDDX deserialize numeric string array key). (Matt, Ilia)