itoigawabass

itoigawaのブログ

php-4.3.10

2004-12-20

phpに脆弱性が発見されたということなので早速4.3.10にバージョンアップしました

2004年12月15日にHardened-PHP ProjectよりPHPに関する複数のセキュリティ上のぜい弱性が報告された。このぜい弱性は,ローカルまたはリモートから任意のコードが実行される危険性があるという深刻なものであり,PHP 4およびPHP 5に存在する。同日,これらのぜい弱性を修正したPHP 4.3.10およびPHP 5.0.3が正式に公開された。旧バージョンのユーザーは早期のバージョン更新が推奨されている。

上記引用のリンクを見るにははメンバー登録(無料)が必要です。

# tar zxvf php-4.3.10.tar.tar
# cd php-4.3.10
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/ --enable-mbstring --enable-mbregex --enable-gd-native-ttf --with-gd --with-freetype-dir=/usr/local --with-jpeg-dir=/usr/local --with-zlib --with-png-dir=/usr/local --enable-trans-sid
# make
# make install
# /usr/local/apache/bin/apachectl stop
# /usr/local/apache/bin/apachectl startssl

カテゴリー:blog
タグ: