FreeBSD7.1のPortsでPHP5をインストール
シェルで:
cd /usr/ports/lang/php5 make config make make install
その他のエクステンション:
/usr/ports/converters/php5-mbstring /usr/ports/devel/php5-pcre
httpd.confに追加:
AddType application/x-httpd-php .php
シェルで:
cd /usr/ports/lang/php5 make config make make install
その他のエクステンション:
/usr/ports/converters/php5-mbstring /usr/ports/devel/php5-pcre
httpd.confに追加:
AddType application/x-httpd-php .php