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

どうでもいい記事100選

5.2.11RC1 coming soon...?

提案中らしい。
5.2.10から現時点までの修正状況は以下の通り。
個人的には#48276(date("Y") on big endian machines produces the wrong result)と#47351(Memory leak in DateTime)が気になる。特に前者はモロに。_| ̄|○
って、見方が良くなかった。svnに移行されてるんだった。_| ̄|○
5.2.10から現時点までの修正状況は(多分)コッチが正解。

--- /repository/php-src/NEWS	2009/06/17 12:22:41	1.2027.2.547.2.1560
+++ /repository/php-src/NEWS	2009/07/08 03:10:32	1.2027.2.547.2.1583
@@ -1,5 +1,43 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2009, PHP 5.2.11
+- Fixed regression in cURL extension that prevented flush of data to output
+  defined as a file handle. (Ilia)
+
+- Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked
+  directories). (Ilia)
+- Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns on
+  files that have been opened with r+). (Ilia)
+- Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain
+  components). (Ilia)
+- Fixed bug #48709 (metaphone and 'wh'). (brettz9 at yahoo dot com, Felipe)
+- Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly
+  formatted). (peter at lvp-media dot com, Felipe)
+- Fixed bug #48661 (phpize is broken with non-bash shells). (Jani)
+- Fixed bug #48636 (Error compiling of ext/date on netware). (guenter at
+  php.net, Ilia)
+- Fixed bug #48629 (get_defined_constants() ignores categorize parameter).
+  (Felipe)
+- Fixed bug #48619 (imap_search ALL segfaults). (Pierre)
+- Fixed bug #48555 (ImageFTBBox() differs from previous versions for texts
+  with new lines) (Takeshi Abe)
+- Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException
+  "SQLSTATE[] (null)"). (Felipe)
+- Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
+  TMPDIR). (Ilia)
+- Fixed bug #48450 (Compile failure under IRIX 6.5.30 building gd.c). (Kalle)
+- Fixed bug #48276 (date("Y") on big endian machines produces the
+  wrong result). (Scott)
+- Fixed bug #48247 (Infinite loop and possible crash during startup with
+  errors when errors are logged). (Jani)
+- Fixed bug #48116 (Fixed build with Openssl 1.0). (Pierre, 
+  Al dot Smith at aeschi dot ch dot eu dot org)
+- Fixed bug #47351 (Memory leak in DateTime). (Derick, Tobias John)
+- Fixed bug #45905 (imagefilledrectangle() clipping error).
+  (markril at hotmail dot com, Pierre)
+- Fixed bug #45280 (Reflection of instantiated COM classes causes PHP to crash) 
+  (Paul Richards, Kalle)
+
 17 Jun 2009, PHP 5.2.10
 - Updated timezone database to version 2009.9 (2009i) (Derick)