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

どうでもいい記事100選

5.2.0RC4 out!

だそうで()。
5.2.0RC3から5.2.0RC4までの修正状況は以下の通り。
そろそろ正式リリースなので急がないとヤバイなぁ。。。間に合うだろうか。

--- NEWS	2006/09/01 01:06:14	1.2027.2.547.2.229
+++ NEWS	2006/09/14 17:49:11	1.2027.2.547.2.251
@@ -1,5 +1,31 @@
-PHP                                                                        NEWS
+'PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+14 Sep 2006, PHP 5.2.0RC4
+- Added DSA key generation support to openssl_pkey_new(), FR #38731
+  (marci at balabit dot hu, Tony)
+- Removed current working directory from the php.ini search path for CLI and
+  readded it for other SAPIs (restore to pre 5.1.x behavior). (Edin)
+- Fixed bug #38813 (DOMEntityReference->__construct crashes when called 
+  explicitly). (Rob)
+- Fixed bug #38779 (engine crashes when require()'ing file with syntax error 
+  through userspace stream wrapper). (Tony, Dmitry)
+- Fixed bug #38772 (inconsistent overriding of methods in different visibility
+  contexts). (Dmitry)
+- Fixed bug #38759 (PDO sqlite2 empty query causes segfault). (Tony)
+- Fixed bug #38721 (Invalid memory read in date_parse()). (Tony, Derick)
+- Fixed bug #38700 (SoapClient::__getTypes never returns). (Dmitry)
+- Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). (Ilia)
+- Fixed bug #38687 (sockaddr local storage insufficient for all sock
+  families). (Sara)
+- Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia)
+- Fixed bug #38464 (array_count_values() mishandles numeric strings). 
+  (Matthew Wilmas, Ilia)
+- Fixed bug #38096 (large timeout values ignored on 32bit machines in
+  stream_socket_accept() and stream_socket_client()). (Ilia)
+- Fixed bug #37923 (Display constant value in reflection::export). (Johannes)
+- Fixed bug #37779 (empty include_path leads to search for files inside /).
+  (jr at terragate dot net, Ilia)
+
 31 Aug 2006, PHP 5.2.0RC3
 - Updated PCRE to version 6.7. (Ilia)
 - Added SoapServer::setObject() method (it is a simplified version of
@@ -67,8 +93,9 @@
   . Added support for all supported algorithms in openssl_verify
   . Added openssl_pkey_get_details, returns the details of a key
   . Added x509 v3 extensions support
-  . Added a new constant OPENSSL_KEYTYPE_EC
   . Added openssl_csr_get_subject() and openssl_csr_get_public_key()
+  . Added 3 new contants OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER
+    and OPENSSL_KEYTYPE_EC
 
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are