[PHP-users 21101] Re: PHP 4.3.5 Release Announcement

Moriyoshi Koizumi moriyoshi @ at.wakwak.com
2004年 4月 2日 (金) 00:01:44 JST


小泉です。

この障害ですが、Andi さんの説明にもある通り、
Apache2 などでマルチスレッドな環境を使っている方以外には
影響はないはずです。 (Windows ビルドと Netware ビルドは
CGI 以外の SAPI でマルチスレッドオプションが有効になっていた
と思います。)

UNIX ライクな OS 上で、
Apache 1.3.29 との組み合わせのような、マルチスレッドでない
設定で使っている (--enable-experimental-zts なしでビルドしている) 方
はあまりこの問題にとらわれる必要はありません。

ただし、fread() や fgetcsv() の関数の仕様が変更されているため,
それらの関数を使ったアプリケーションを動かす方には
それほどアップグレードをおすすめできない面もあることは確かです。



On 2004/04/01, at 23:19, Seiji Masugata wrote:

> こんにちわ、桝形です。
>
>> PHP 4.3.5がリリースされました。
>
> リリースされたのも束の間、雲行きが怪しくなってきましたね。
> 重大なバグって、マヂすか?
>
> ---------------------------------------------------------------------
> http://news.php.net/article.php?group=php.internals&article=8859
>
> Hi,
>
> A pretty serious bug crept into 4.3.5.
> A few weeks ago, a TSRM fix was commited which was supposed to prevent
> memory leaks when PHP ends its execution (shutdown dtor was not being
> called in tsrm_shutdown()). This fix causes a crash when a shared 
> extension
> registers a dtor function. This is because the dtor is called after the
> extension is unloaded. Stas has commited a patch to TSRM which 
> prevents the
> dtor call for now, which isn't very important because besides giving a 
> warm
> fuzzy feeling, it's right before PHP shuts down and thus, memory leaks
> aren't important anyway. On a side note the per-thread dtor is still
> called, thus, eliminating leaks when threads are created/destroyed in
> multi-threaded servers.
> I suggest we release 4.3.5pl1 with just this bug fix within the next 
> couple
> of days as this is a crash bug which can happen on any MT server or 
> MT-safe
> PHP builds (such as Windows CGI).
>
> Andi
>
> ---------------------------------------------------------------------
> http://news.php.net/article.php?group=php.internals&article=8860
>
> +1 except I would call it 4.3.6. We have precedent for this sort bug 
> fix
> release. 4.3.1 if I remember correctly.
>
> There were many bug reports regarding some data/time functions, maybe 
> we
> should merge that fix in as well? Rasmus/Derick should know more about 
> this
> one,.
>
> Edin
>
> ---------------------------------------------------------------------
>
> -- 
> Seiji Masugata<s.masugata @ digicom.dnp.co.jp>
>
>
> _______________________________________________
> PHP-users mailing list  PHP-users @ php.gr.jp
> http://ns1.php.gr.jp/mailman/listinfo/php-users
> PHP初心者のためのページ - 質問する前にはこちらをお読みください
> http://www.php.gr.jp/php/novice.php3
>



PHP-users メーリングリストの案内