• 追加された行はこの色です。
  • 削除された行はこの色です。
* PHP 5.4 インストール [#wd40e92f]

** コンパイル・インストール [#m0c6d863]
 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
   --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