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

どうでもいい記事100選

5.2.5 ready?(その後の続きのその後)

先日のですが。
(段々と面倒臭くなってきたので)前回で修正状況連絡を終了する予定だったのですが、ある不具合修正が気になった為、修正状況を再び確認。
前回から現時点までのNEWSエントリは以下の通り。
NEWSエントリに掲載されているヤツを利用している方は注意が必要カモ()。
コミット履歴では、こんな感じ(10)。
mbstringに修正が入っていました。mb_ereg*_replace関数()でオプションに「e」を使う場合は注意が必要です。
なんとなくですが、長い間そういう状況であったのかな。。。という気がしていますが、壊していたら申し訳ない。。。って、どっちにしても怠慢で申し訳ありません。
今後は気がついた範囲で重要そうな修正をピックアップしていく予定です。

--- NEWS	2007/11/14 15:19:29	1.2027.2.547.2.1011
+++ NEWS	2007/11/18 14:20:17	1.2027.2.547.2.1015
@@ -1,9 +1,15 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2008, PHP 5.2.6
+- Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL).
+  (Jani)
+- Fixed bug #43301 (mb_ereg*_replace() crashes when replacement string is
+  invalid PHP expression and 'e' option is used). (Jani)
 - 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 #43276 (Incomplete fix for bug #42739, mkdir() under safe_mode).
+  (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)
@@ -17,7 +23,8 @@
 - Fixed bug #42736 (xmlrpc_server_call_method() crashes). (Tony)
 - Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer).
   (Dmitry)
-
+- Fixed bug #42261 (Incorrect lengths for date and boolean data types).
+  (Ilia)
 
 08 Nov 2007, PHP 5.2.5
 - Upgraded PCRE to version 7.3 (Nuno)