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

どうでもいい記事100選

4.4.6RC1 out!

だそうで()。
4.4.5から4.4.6RC1までの修正状況は以下の通り。
今週末には正式リリースされるかな?

--- NEWS	2007/02/13 18:20:11	1.1247.2.920.2.191
+++ NEWS	2007/02/22 14:45:30	1.1247.2.920.2.197
@@ -1,5 +1,13 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+22 Feb 2007, Version 4.4.6RC1
+- Updated PCRE to version 7.0. (Nuno)
+- Fixed segfault in ext/session when register_globals=On. (Tony)
+- Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
+- Fixed bug #40502 (ext/interbase compile failure). (Tony)
+- Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when
+  parent is killed). (Dmitry)
+	
 14 Feb 2007, Version 4.4.5
 - Upgraded PEAR to 1.5.0. (Greg)
 - Updated PCRE to version 6.7. (Ilia)

っていうか、セッション管理は自前なので影響は無いんだけどね(ext/sessionは使ってない)。
(個人的には)ext/sessionの実装は鬼門。