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

どうでもいい記事100選

5.2.11RC3 out!

RC3の登場です()。夜明けは近いか?
5.2.11RC3から5.2.11RC3までの修正状況は以下の通り。
修正量が少ないのでRCは(これで)最後になりそうな予感。

--- php/php-src/branches/PHP_5_2/NEWS	2009/09/03 12:15:36	287984
+++ php/php-src/branches/PHP_5_2/NEWS	2009/09/10 12:15:29	288229
@@ -1,11 +1,21 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+10 Sep 2009, PHP 5.2.11RC3
+- Updated timezone database to version 2009.13 (2009m) (Derick)
+
+- Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
+- Fixed bug #49447 (php engine needs to correctly check for socket API return
+  status on windows). (Sriram Natarajan)
+- Fixed bug #48060 (pdo_pgsql - large objects are returned as empty). (Matteo)
+
+
 03 Sep 2009, PHP 5.2.11RC2
-- Added missing sanity checks around exif processing (Ilia)
+- Added missing sanity checks around exif processing. (Ilia)
 
 - Fixed sanity check for the color index in imagecolortransparent. (Pierre)
 - Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
-- Fixed leak on error in popen/exec (and related functions on Windows. (Pierre)
+- Fixed leak on error in popen/exec (and related functions) on Windows.
+  (Pierre)
 
 - Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). 
   (Ilia, code-it at mail dot ru)
@@ -21,7 +31,7 @@
   files from function). (Stas)
 - Fixed bug #48696 (ldap_read() segfaults with invalid parameters). (Felipe)
 - Fixed bug #47273 (Encoding bug in SoapServer->fault). (Dmitry)
-- Fixed bug #28038  (Sent incorrect RCPT TO commands to SMTP server) (Garrett)
+- Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) (Garrett)
 
 
 13 Aug 2009, PHP 5.2.11RC1
@@ -413,6 +423,9 @@
   either disable or change the compile time ini scan directory (FR #45114).
   (Jani)
 
+- Reverted fix for bug #44197 due to behaviour change in minor version.
+  (Felipe)
+
 - Fixed missing initialization of BG(page_uid) and BG(page_gid), 
   reported by Maksymilian Arciemowicz. (Stas)
 - Fixed memory leak inside sqlite_create_aggregate(). (Felipe)
@@ -458,8 +471,6 @@
   attribute.(Scott)
 - Fixed a crash on invalid method in ReflectionParameter constructor.
   (Christian Seiler)
-- Reverted fix for bug #44197 due to behaviour change in minor version.
-  (Felipe)
 
 - Fixed bug #46732 (mktime.year description is wrong). (Derick)
 - Fixed bug #46696 (cURL fails in upload files with specified content-type).
@@ -707,6 +718,8 @@
 
 
 01 May 2008, PHP 5.2.6
+- Upgraded PCRE to version 7.6 (Nuno)
+
 - Fixed two possible crashes inside posix extension (Tony)
 - Fixed incorrect heredoc handling when label is used within the block. 
   (Matt)
@@ -726,7 +739,6 @@
 - Fixed segfault in filter extension when using callbacks. (Arnar Mar Sig,
   Felipe)
 - Fixed faulty fix for bug #40189 (endless loop in zlib.inflate stream filter). (Greg)
-- Upgraded PCRE to version 7.6 (Nuno)
 
 - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
 - Fixed bug #44720 (Prevent crash within session_register()). (Scott)