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

どうでもいい記事100選

5.2.6RC3 out!

RC3の登場です()。
特に問題が無ければ正式リリースは来週を予定との事。
5.2.6RC2から5.2.6RC3までの修正状況は以下の通り。
例のはStefan Esserさんが絡んでたのね。。。それ以外にもprintf関数のinteger overflowが修正されたりと比較的重要な修正が入っていますね。

--- NEWS	2008/03/07 00:27:39	1.2027.2.547.2.1111
+++ NEWS	2008/03/27 22:44:02	1.2027.2.547.2.1125
@@ -1,5 +1,28 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+27 Mar 2008 , PHP 5.2.6RC3
+- Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia,
+  Stefan Esser)
+- Fix integer overflow in printf(). (Stas, Maksymilian Aciemowicz)
+- Fixed bug #44487 (call_user_method_array issues a warning when throwing
+   an exception). (David Soria Parra)
+- Fixed bug #44478 (Inconsistent behaviour when assigning new nodes). 
+  (Rob, Felipe)
+- Fixed bug #44445 (email validator does not handle domains starting/ending 
+  with a -). (Ilia)
+- Fixed bug #44440 (st_blocks undefined under BeOS). (Felipe)
+- Fixed bug #44394 (Last two bytes missing from output). (Felipe)
+- Fixed bug #44388 (Crash inside exif_read_data() on invalid images) (Ilia)
+- Fixed bug #44373 (PDO_OCI extension compile failed). (Felipe)
+- Fixed bug #43677 (Inconsistent behaviour of include_path set with
+  php_value). (manuel at mausz dot at)
+- Fixed bug #43614 (incorrect processing of numerical string keys of array in 
+  arbitrary serialized data). (Dmitriy Buldakov, Felipe)
+- Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes 
+  again...). (Felipe)
+- Fixed bug #41828 (Failing to call RecursiveIteratorIterator::__construct() 
+  causes a sefault). (Etienne)
+
 06 Mar 2008, PHP 5.2.6RC2
 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).
   (Felipe)