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

どうでもいい記事100選

4.4.9 ready?

ほぇ?意外とそっけない。。。4.4.8から4.4.9までの修正状況は以下の通り。
タグ打ちの直前修正がコレ(zend_multibyte.c)だった事に縁を感じるというか。。。作業者がDerickなだけに因縁とならなければ良いのですが。。。
何はともあれ、お役目ご苦労様でした。
良い事も悪い事も沢山ありましたが、何だかんだいってPHP4は良い仕事したんじゃないのかな、と思います(個人的には)。

--- NEWS	2008/01/03 08:21:22	1.1247.2.920.2.247
+++ NEWS	2008/08/06 08:32:30	1.1247.2.920.2.255
@@ -1,5 +1,14 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+07 Aug 2008, Version 4.4.9
+- Updated PCRE to version 7.7. (Nuno)
+- Fixed overflow in memnstr(). (Reported by Laurent Gaffie, Derick)
+- Fixed crash in imageloadfont when an invalid font is given.
+  (discovered by CzechSec, fixed by Pierre)
+- Fixed open_basedir handling issue in the curl extension. (Stas)
+- Fixed bug #37421 (mbstring.func_overload set in .htaccess becomes global).
+  (Rui)
+
 03 Jan 2008, Version 4.4.8
 - Improved fix for MOPB-02-2007. (Ilia)
 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.