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

どうでもいい記事100選

5.2.1RC3 out!

だそうで()。
5.2.1RC2から5.2.1RC3までの修正状況は以下の通り。
このは、変わらず(5.2.1RC2まではバンドルされていたが、5.2.1RC3からバンドルされなくなった)。
後から文句が出なければ良いのですが。

--- NEWS	2007/01/04 23:52:29	1.2027.2.547.2.472
+++ NEWS	2007/01/19 00:03:21	1.2027.2.547.2.502
@@ -1,7 +1,60 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+18 Jan 2007, PHP 5.2.1RC3
+- Added read-timeout context option "timeout" for HTTP streams. (Hannes,
+  Ilia). 
+- Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
+- Improved proc_open(). Now on Windows it can run external commands not through
+  CMD.EXE. (Dmitry)
+- Moved extensions to PECL:
+  . ext/informix (Derick, Tony)
+- Fixed bug #40129 (iconv extension doesn't compile with CodeWarrior on 
+  Netware). (gk at gknw dot de, Tony)
+- Fixed bug #40127 (apache2handler doesnt compile on Netware). (gk at gknw
+  dot de)
+- Fixed bug #40121 (PDO_DBLIB driver wont free statements). (Ilia)
+- Fixed bug #40098 (php_fopen_primary_script() not thread safe). (Ilia)
+- Fixed bug #40091 (spl_autoload_register with 2 instances of the same
+  class). (Ilia)
+- Fixed bug #40083 (milter SAPI functions always return false/null). (Tony)
+- Fixed bug #40079 (php_get_current_user() not thread safe). (Ilia, wharmby
+  at uk dot ibm dot com)
+- Fixed bug #40078 (ORA-01405 when fetching NULL values using 
+  oci_bind_array_by_name()). (Tony)
+- Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in
+  range of signed integer). (Dmitry)
+- Fixed bug #40073 (exif_read_data dies on certain images). (Tony, Marcus)
+- Fixed bug #40036 (empty() does not work correctly with ArrayObject when using
+  ARRAY_AS_PROPS). (Ilia)
+- Fixed bug #40002 (Try/Catch performs poorly). (Dmitry)
+- Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP). (Ilia)
+- Fixed bug #39990 (Cannot "foreach" over overloaded properties). (Dmitry)
+- Fixed bug #39988 (type argument of oci_define_by_name() is ignored).
+  (Chris Jones, Tony)
+- Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to
+  establish a new connection). (Ilia)
+- Fixed bug #39969 (ini setting short_open_tag has no effect when using
+  --enable-maintainer-zts). (Dmitry)
+- Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag,
+  not entity). (Hannes)
+- Fixed bug #39449 (Overloaded array properties do not work correctly).
+  (Dmitry)
+- Fixed bug #39394 (Missing check for older variants of openssl). (Ilia)
+- Fixed bug #38604 (Fixed request time leak inside foreach() when itterating 
+  through virtual properties). (Dmitry)
+- Fixed bug #38325 (spl_autoload_register() gaves wrong line for "class
+  not found"). (Ilia)
+- Fixed bug #36214 (__get method works properly only when conditional operator
+  is used). (Dmitry)
+- Fixed bug #35634 (Erroneous "Class declarations may not be nested" error
+  raised). (Carl P. Corliss, Dmitry)
+- Fixed bug #35106 (nested foreach fails when array variable has a reference).
+  (Dmitry)
+
 04 Jan 2007, PHP 5.2.1RC2
-- Small optimization of the date() function (Matt,Ilia)
+- Small optimization of the date() function. (Matt,Ilia)
+- Optimized the internal is_numeric_string() function. (Matt,Ilia)
+- Added support for hex numbers of any size. (Matt)
 - Removed dependency from SHELL32.DLL. (Dmitry)
 - Added function stream_socket_shutdown(). It is a wraper for system shutdown()
   function, that shut downs part of a full-duplex connection. (Dmitry)
@@ -13,6 +66,10 @@
   . canary protection (debug build only)
   . random generation of cookies and canaries
 - Added forward support for 'b' prefix in front of string literals. (Andrei)
+- Add three new functions to ext/xmlwriter (Rob, Ilia)
+  . xmlwriter_start_dtd_entity()
+  . xmlwriter_end_dtd_entity()
+  . xmlwriter_write_dtd_entity()
 - Fixed incorrect function names on FreeBSD where inet_pton() was named
   __inet_pton() and inet_ntop() was named __inet_ntop(). (Hannes)
 - Fixed the validate email filter so that the letter "v" can also be used in