php5.2.3がリリースされていたので、早速VerUpしました。

前回のトラブルを踏まえてまずはmake distcleanから実行しました。

> make distclean
> ./configure *****
> make
> make test
> make install

で今回は問題なく終了!
ただPHP5.2.2でもあったのですが、今回もmake testでいくつかエラーが出ていました。

=====================================================================
FAILED TEST SUMMARY
———————————————————————
Bug #16069 (ICONV transliteration failure) [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #39322 (proc_terminate() loosing process resource) [ext/standard/tests/general_functions/bug39322.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
=====================================================================

まぁ〜問題なくコンパイル、インストールできているみたいなので、放置してますが・・・・

パッケージそのもののバグっぽい感じですね〜