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

どうでもいい記事100選

5.1.3RC3 out!

先日のですが。RC3がリリースされたようです()。正式リリースまで後少し。
5.1.2RC2から5.1.3RC3までの修正状況は以下の通り。多い。。。

--- NEWS	2006/03/30 19:19:20	1.2027.2.490
+++ NEWS	2006/04/20 21:11:29	1.2027.2.524
@@ -1,23 +1,72 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-30 Mar 2006, PHP 5.1.3RC2
-- Fixed XSS inside phpinfo() with long inputs. (Ilia)
-- Check 2nd parameter of tempnam() against path components. (Ilia)
-- Fixed Apache2 SAPIs header handler modifying header strings. (Mike)
-- Allowed 'auto_globals_jit' work together with 'register_argc_argv'. (Dmitry)
+20 Apr 2006, PHP 5.1.3RC3
+- Fixed reading stream filters never notified about EOF. (Mike)
+- Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
+  (Dmitry)
+- Fixed bug #37103 (libmbfl headers not installed). (Jani)
+- Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching
+  code in multithread WS). (Andrei, Dmitry)
+- Fixed bug #37062 (compile failure on ARM architecture). (Tony)
+- Fixed bug #37061 (curl_exec() doesn't zero-terminate binary strings). (Tony)
+- Fixed bug #37060 (Type of retval of Countable::count() is not checked). 
+  (Johannes)
+- FIxed bug #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW 
+  fields). (Tony)
+- Fixed bug #37057 (xmlrpc_decode() may produce arrays with numeric strings, 
+  which are unaccessible). (Tony)
+- Fixed bug #37055 (incorrect reference counting for persistent OCI8 
+  connections). (Tony)
+- Fixed bug #37054 (SoapClient Error Fetching http headers). (Dmitry)
+- Fixed bug #37053 (html_errors with internal classes produces wrong links). 
+  (Tony)
+- Fixed bug #37046 (foreach breaks static scope). (Dmitry)
+- Fixed bug #37045 (Fixed check for special chars for http redirects). (Ilia)
+- Fixed bug #37002 (Have to quote literals in INI when concatenating with
+  vars). (Dmitry)
+- Fixed Bug #36872 (session_destroy() fails after call to 
+  session_regenerate_id(true)). (Ilia)
+- Fixed bug #36513 (comment will be outputed in last line). (Dmitry)
+- Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
+  (Ilia)
+
+06 Apr 2006, PHP 5.1.3RC2
 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
-- Fixed offset/length parameter validation in substr_compare() function. (Ilia)
+- Changed SOAP extension to cache WSDL structure in memory and thus speed up
+  SoapClient/SoapServer construction. (Andrei, Dmitry)
+- Removed the E_STRICT deprecation notice from "var". (Ilia)
 - Added overflow checks to wordwrap() function. (Ilia)
 - Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 
   (also fixes bug #36764). (Tony)
-- Removed the E_STRICT deprecation notice from "var". (Ilia)
+- Fixed tempnam() 2nd parameter to be checked against path components. (Ilia)
+- Fixed a bug that would not fill in the fifth argument to preg_replace() 
+  properly, if the variable was not declared previously. (Andrei)
+- Fixed safe_mode check for source argument of the copy() function. (Ilia)
+- Fixed mysqli bigint conversion under Windows (Georg)
+- Fixed XSS inside phpinfo() with long inputs. (Ilia)
+- Fixed Apache2 SAPIs header handler modifying header strings. (Mike)
+- Fixed 'auto_globals_jit' to work together with 'register_argc_argv'. (Dmitry)
+- Fixed offset/length parameter validation in substr_compare() function. (Ilia)
 - Fixed debug_zval_dump() to support private and protected members. (Dmitry)
 - Fixed SoapFault::getMessage(). (Dmitry)
+- Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
+  identifiers). (Derick)
+- Fixed bug #36988 (mktime freezes on long numbers). (Derick)
+- Fixed bug #36981 (SplFileObject->fgets() ignores max_length). (Tony)
+- Fixed bug #36957 (serialize() does not handle recursion). (Ilia)
+- Fixed bug #36944 (strncmp & strncasecmp do not return false on negative 
+  string length). (Tony)
+- Fixed bug #36941 (ArrayIterator does not clone itself). (Marcus)
+- Fixed bug #36934 (OCILob->read() doesn't move internal pointer when 
+  reading 0's). (Tony)
+- Fixed bug #36908 (wsdl default value overrides value in soap request).
+  (Dmitry)
 - Fixed bug #36898 (__set() leaks in classes extending internal ones). 
   (Tony, Dmitry)
 - Fixed bug #36886 (User filters can leak buckets in some situations). (Ilia)
 - Fixed bug #36878 (error messages are printed even though an exception has 
   been thrown). (Tony)
+- Fixed bug #36875 (is_*() functions do not account for open_basedir). (Ilia)
 - Fixed bug #36869 (memory leak in output buffering when using chunked output).
   (Tony)
 - Fixed bug #36859 (DOMElement crashes when calling __construct when 
@@ -56,7 +105,7 @@
   (Dmitry)
 
 09 Mar 2006, PHP 5.1.3RC1
-- Updated PCRE to version 6.6. (Andrei)
+- Updated bundled PCRE libary to version 6.6. (Andrei)
 - Moved extensions to PECL:
   . ext/msession (Derick)
 - Reimplemented FastCGI interface. (Dmitry)