- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PHP/環境設定/インストール/5.4 へ行く。
- 1 (2012-04-02 (月) 12:36:52)
- 2 (2012-04-02 (月) 13:15:02)
- 3 (2012-04-03 (火) 11:48:06)
- 4 (2012-04-07 (土) 19:57:42)
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