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

どうでもいい記事100選

5.2.6RC5 out!

RC5の登場()。これは珍しい。
雰囲気的に5.2.7は出るか出ないか微妙な感じだし、Iliaさんは5.3のRMを辞退する感じだったので(5.2.6を)より良いリリースにしようと思っているのかしら。
5.2.6RC4から5.2.6RC5までの修正状況は以下の通り。

--- NEWS	2008/04/04 00:12:21	1.2027.2.547.2.1131
+++ NEWS	2008/04/10 22:24:04	1.2027.2.547.2.1140
@@ -1,10 +1,26 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+10 Apr 2008, PHP 5.2.6RC5
+- Fixed incorrect heredoc handling when label is used within the block.
+  (Matt Wilmas)
+- Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
+  (Dmitry)
+- Fixed bug #44667 (proc_open() does not handle pipes with the mode 'wb'
+  correctly). (Jani)
+- Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
+- Fixed bug #44591 (imagegif's filename parameter). (Felipe)
+- Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
+  (stotty at tvnet dot hu)
+
 03 Apr 2008, PHP 5.2.6RC4
 - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrei Nigmatulin)
 - Fixed sending of uninitialized paddings which may contain some information.
   (Andrei Nigmatulin)
+- Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid).
+  (Ilia)
 - Fixed bug #44613 (Crash inside imap_headerinfo()). (Ilia, jmessa)
+- Fixed bug #44603 (Order issues with Content-Type/Length headers on
+  POST). (Ilia)
 - Fixed bug #44594 (imap_open() does not validate # of retries parameter).
   (Ilia)
 - Fixed bug #44557 (Crash in imap_setacl when supplied integer as username)