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

どうでもいい記事100選

5.2.7RC2 out!

二番目が登場()。
5.2.7RC1から5.2.7RC2までの修正状況は以下の通り。
相変わらずRCなのに修正が多いのね。。。嬉しいのか悲しいのか微妙。
ふへへ。。。生き延びてますよ。何とか。
そろそろ「次は法廷で話をしましょうか」的な事になってるらしい。。。アツい!
まぁ、当然といえば当然なんだろうけど。。。ただ、外だけじゃなくて内からも勢いが出て欲しいところ。
話は変わって、SVNROOTなるものができてました。本気で移行する。。。という事なのかしら。

--- NEWS	2008/10/09 23:12:20	1.2027.2.547.2.1247
+++ NEWS	2008/10/23 22:36:04	1.2027.2.547.2.1275
@@ -1,5 +1,50 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+23 Oct 2008, PHP 5.2.7RC2
+- Upgraded bundled libzip to 0.9.0. (Pierre)
+
+- Fixed extraction of zip files or directories when the entry name is 
+  a relative path. (Pierre)
+- Fixed read or write errors for large zip archives. (Pierre)
+
+- Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option). 
+  (bugs at trick dot vanstaveren dot us)
+- Fixed bug #46343 (IPv6 address filter accepts invalid address). (Ilia)
+- Fixed bug #46335 (DOMText::splitText doesn't handle multibyte characters).
+  (Rob)
+- Fixed bug #46323 (compilation of simplexml for NetWare breaks). 
+  (Patch by guenter@php.net)
+- Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
+  response code, in cgi sapi). (Ilia)
+- Fixed bug #46313 (Magic quotes broke $_FILES). (Arnaud)
+- Fixed bug #46308 (Invalid write when changing property from inside getter).
+  (Dmitry)
+- Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when 
+  using FETCH_CLASSTYPE). (Felipe)
+- Fixed bug #46274, #46249 (pdo_pgsql always fill in NULL for empty BLOB and 
+  segfaults when returned by SELECT). (Felipe)
+- Fixed bug #46271 (local_cert option is not resolved to full path). (Ilia)
+- Fixed bug #46246 (difference between call_user_func(array($this, $method))
+  and $this->$method()). (Dmitry)
+- Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE).
+  (chsc at peytz dot dk, Felipe)
+- Fixed bug #46026 (bzip2.decompress/zlib.inflate filter tries to decompress
+  after end of stream). (Keisial at gmail dot com, Greg)
+- Fixed bug #45722 (mb_check_encoding() crashes). (Moriyoshi)
+- Fixed bug #45522 (FCGI_GET_VALUES request does not return supplied values).
+  (Arnaud)
+- Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
+  (tsteiner at nerdclub dot net)
+- Fixed bug #43925 (Incorrect argument counter in prepared statements with 
+  pgsql). (Felipe)
+- Fixed bug #43723 (SOAP not sent properly from client for <choice>). (Dmitry)
+- Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer
+  overflow). (Dmitry)
+- Fixed bug #42078 (pg_meta_data mix tables metadata from different schemas).
+  (Felipe)
+- Fixed bug #37100 (data is returned truncated with BINARY CURSOR). (Tony)
+- Fixed bug #24679 (pg_* functions doesn't work using schema). (Felipe)
+
 09 Oct 2008, PHP 5.2.7RC1
 - Reverted fix for bug #44197 due to behaviour change in minor version.
   (Felipe)