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

どうでもいい記事100選

5.2.7RC4 out!

しばらく動きが無いと思っていたら。。。四番目の登場()。
5.2.7RC3から5.2.7RC4までの修正状況は以下の通り。

--- NEWS	2008/11/06 21:50:36	1.2027.2.547.2.1305
+++ NEWS	2008/11/21 00:08:49	1.2027.2.547.2.1322
@@ -1,5 +1,29 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+20 Nov 2008, PHP 5.2.7RC4
+- Added logging option for error_log to send directly to SAPI. (Stas)
+
+- Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm)
+- Fixed a bug inside dba_replace() that could cause file truncation with
+  invalid keys. (Ilia)
+- Fixed memory leak inside readline_callback_handler_install() function.
+  (Ilia)
+- Fixed memory leak inside readline_completion_function() function. (Felipe)
+
+- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters).
+  (Felipe)
+- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment).
+  (jd at cpanel dot net)
+- Fixed bug #46496 (wddx_serialize treats input as ISO-8859-1). (Mark Karpeles)
+- Fixed bug #46127 (php_openssl_tcp_sockop_accept forgets to set context
+  on accepted stream) (Mark Karpeles, Pierre)
+- Fixed bug #44818 (php://memory writeable when opened read only). (Arnaud)
+- Fixed bug #41033 (enable signing with DSA keys. (gordyf at google dot com,
+  Pierre)
+- Fixed bug #30312 (crash in sybase_unbuffered_query() function). (Timm)
+- Fixed stream_get_contents() when using $maxlength and socket is not
+  closed. indeyets@php.net on #46049. (Arnaud)
+
 06 Nov 2008, PHP 5.2.7RC3
 - Added PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,
   PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants. (Pierre)
@@ -45,6 +69,8 @@
 - Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as default
   filter). (Arnaud)
 - Fixed bug #42294 (Unified solution for round() based on C99 round). (Ilia)
+- Fixed bug #14962 (PECL) (::extractTo 2nd argument is not really optional)
+  (Mark van Der Velden)
 
 - Fixed stream_get_line() to behave as documented on non-blocking streams.
   (Arnaud)