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

どうでもいい記事100選

5.2.13RC2 out!

RC2の登場です()。
5.2.13RC1から5.2.13RC2までの修正状況は以下の通り。
修正量が少ないので最終候補版となりそうな予感。。。

--- php/php-src/branches/PHP_5_2/NEWS	2010/01/28 12:48:53	294151
+++ php/php-src/tags/php_5_2_13RC2/NEWS	2010/02/12 00:00:40	294932
@@ -1,5 +1,26 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+11 Feb 2010, PHP 5.2.13RC2
+- Downgrade bundled PCRE to version 7.9. (Ilia)
+- Fixed safe_mode validation inside tempnam() when the directory path does
+  not end with a /). (Martin Jansen)
+- Fixed a possible open_basedir/safe_mode bypass in session extension
+  identified by Grzegorz Stachowiak. (Ilia)
+
+- Fixed bug #50940 Custom content-length set incorrectly in Apache sapis. 
+  (Brian France, Rasmus)
+- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
+  versions). (Derick)
+- Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes
+  long). (Ilia)
+- Fixed bug #50727 (Accessing mysqli->affected_rows on no connection causes
+  segfault). (Andrey, Johannes)
+- Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
+  (Derick, Adam)
+- Fixed bug #48667 (Implementing Iterator and IteratorAggregate). (Etienne)
+- Fixed bug #47601 (defined() requires class to exist when testing for class
+  constants). (Ilia)
+
 28 Jan 2010, PHP 5.2.13RC1
 - Updated timezone database to version 2010.2. (Derick)
 - Upgraded bundled PCRE to version 8.01. (Ilia)