6
6月
2
PHP5.2.2からPHP5.2.3へVerUp
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]
==========================================
まぁ〜問題なくコンパイル、インストールできているみたいなので、放置してますが・・・・
パッケージそのもののバグっぽい感じですね〜
Enjoyed reading this post?
Subscribe to the RSS feed and have all new posts delivered straight to you.
Subscribe to the RSS feed and have all new posts delivered straight to you.
2 Comments:
Post your comment

[...] 以前と同じ手順でアップグレード。 [...]
[...] 例によっていつもと同じ手順でインストール [...]