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

どうでもいい記事100選

5.2.0RC3 out!

だそうで()。
5.2.0RC2から5.2.0RC3までの修正状況は以下の通り。
後一回はRCがあると思うので(こりずに)onigurumaの最新版を適用したいところ。

--- NEWS	2006/08/17 13:43:08	1.2027.2.547.2.208
+++ NEWS	2006/09/01 01:06:14	1.2027.2.547.2.229
@@ -1,5 +1,42 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+31 Aug 2006, PHP 5.2.0RC3
+- Updated PCRE to version 6.7. (Ilia)
+- Added SoapServer::setObject() method (it is a simplified version of
+  SoapServer::setClass() method). (Dmitry)
+- Added support for hexadecimal entity in imagettftext() for the bundled GD.
+  (Pierre)
+- Fixed bug #38653 (memory leak in ReflectionClass::getConstant()). (Tony)
+- Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).
+  (Tony, Ilia)
+- Fixed bug #38624 (Strange warning when incrementing an object property and 
+  exception is thrown from __get method). (Tony)
+- Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too
+  low). (Dmitry)
+- Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrieval
+  inside a failed query executed via query() method). (Ilia)
+- Fixed bug #38534 (segfault when calling setlocale() in userspace session 
+  handler). (Tony)
+- Fixed bug #38524 (strptime() does not initialize the internal date storage
+  structure). (Ilia)
+- Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
+  order to ensure it is shutdown before the extensions it may depend on).
+  (Ilia)
+- Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32).
+  (Dmitry)
+- Fixed bug #38474 (getAttribute select attribute by order, even when 
+  prefixed). (Rob)
+- Fixed bug #38315 (Constructing in the destructor causes weird behaviour).
+  (Dmitry)
+- Fixed bug #38265 (heap corruption). (Dmitry)
+- Fixed bug #38199 (fclose() unable to close STDOUT and STDERR). (Tony)
+- Fixed bug #33895 (Missing math constants). (Hannes)
+- Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers 
+  is used and ssl certificate is not verifiable). (Ilia)
+- Fixed PECL bug #8112 (OCI8 persistent connections misbehave when Apache 
+  process times out). (Tony)
+
+
 17 Aug 2006, PHP 5.2.0RC2
 - Increased default memory limit to 16 megabytes to accommodate for a more
   accurate memory utilization measurement.