PHP 5.4 インストール

コンパイル・インストール

 w3m http://jp2.php.net/get/php-5.4.0.tar.bz2/from/jp.php.net/mirror
 tar jxvf php-5.4.0.tar.bz2
 cd php-5.4.0/
 ./configure --prefix=/usr/local/php \
   --disable-cgi \
   --with-zlib \
   --enable-mbstring \
   --enable-mbregex \
   --with-pgsql=/usr/local/pgsql \
   --with-pdo-pgsql \
   --with-apxs2
 make
 PATH=/usr/local/apache/bin checkinstall

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS