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

どうでもいい記事100選

5.2.6RC2 out!

モタモタしている間にRC2が出てました()。_| ̄|○
特に問題が無ければ来週にリリースだとぅ。。。?急がねばっ。
5.2.6RC1から5.2.6RC2までの修正状況は以下の通り。
修正状況を見る限り、来週辺りに(本当に)リリースされそうな予感。

--- NEWS	2008/02/28 00:29:29	1.2027.2.547.2.1101
+++ NEWS	2008/03/07 00:27:39	1.2027.2.547.2.1111
@@ -1,10 +1,21 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+06 Mar 2008, PHP 5.2.6RC2
+- Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).
+  (Felipe)
+- Fixed bug #44306 (Better detection of MIPS processors on Windows). (Ilia)
+- Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()).
+  (Ilia)
+- Fixed bug #42505 (new sendmail default breaks on Netware platform) 
+  (Guenter Knauf)
+- Fixed bug #40013 (php_uname() does not return nodename on Netware
+  (Guenter Knauf)
+
 27 Feb 2008, PHP 5.2.6RC1
 - Fixed security issue detailed in CVE-2008-0599. (Rasmus)
-- Fixed potential memleak in stream filter parameter for zlib filter (Greg)
+- Fixed potential memleak in stream filter parameter for zlib filter. (Greg)
 - Added Reflection API metadata for the methods of the DOM classes. (Sebastian)
-- Fixed weired behavior in CGI parameter parsing. (Dmitry, Hannes Magnusson)
+- Fixed weird behavior in CGI parameter parsing. (Dmitry, Hannes Magnusson)
 - Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.
   (Ilia)
 - Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
@@ -148,7 +159,7 @@
 - Fixed bug #42736 (xmlrpc_server_call_method() crashes). (Tony)
 - Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer).
   (Dmitry)
-- Fixed bug #42548 (mysqli PROCEDURE calls can't return result sets). (hartmut)
+- Fixed bug #42548 (mysqli PROCEDURE calls can't return result sets). (Hartmut)
 - Fixed bug #42369 (Implicit conversion to string leaks memory).
   (David C., Rob).
 - Fixed bug #42272 (var_export() incorrectly escapes char(0)). (Derick)