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

どうでもいい記事100選

5.2.5 ready?(その後の続き)

先日のですが。
(懲りずに)修正状況を確認してみました。
前回から現時点までのNEWSエントリは以下の通り。
NEWSエントリに掲載されているヤツを利用している方は注意が必要カモ()。
コミット履歴では、こんな感じ(1011121314151617)。
testsの追加や修正が目立ちますが、バグ修正も目立つようになってきました。
リリース直後一週間(Snapshotsの方が安定している事が多い)の法則によれば、そろそろ食べ頃かもしれません。
引き続き、修正状況は要確認。

--- NEWS	2007/11/12 11:24:13	1.2027.2.547.2.1005
+++ NEWS	2007/11/14 15:19:29	1.2027.2.547.2.1011
@@ -1,13 +1,23 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2008, PHP 5.2.6
+- Fixed bug #43293 (Multiple segfaults in getopt()). (Hannes)
+- Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' 
+  to strings). (Ilia)
+- Fixed bug #43248 (backward compatibility break in realpath()). (Dmitry)
+- Fixed bug #43221 (SimpleXML adding default namespace in addAttribute). (Rob)
 - Fixed bug #43216 (stream_is_local() returns false on "file://"). (Dmitry)
 - Fixed bug #43201 (Crash on using unitialized vals and __get/__set). (Dmitry)
+- Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file 
+  truncation). (Ilia)
 - Fixed bug #43175 (__destruct() throwing an exception with __call() causes
   segfault). (Dmitry)
 - Fixed bug #42937 (__call() method not invoked when methods are called on
   parent from child class). (Dmitry)
 - Fixed bug #42736 (xmlrpc_server_call_method() crashes). (Tony)
+- Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer).
+  (Dmitry)
+
 
 08 Nov 2007, PHP 5.2.5
 - Upgraded PCRE to version 7.3 (Nuno)