トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

コンピュータ系/ソフトウェア/PHP/インストール/Ver.5.3.4/Webサーバ用 の変更点

-tar xzf php-5.3.4.tar.gz
-cd php-5.3.4
-./configure

--
~--with-config-file-path=/etc
---php.iniのおき場所の設定

--
~--with-ldap=/usr/local
---LDAPインストールディレクトリ

--
~--with-gettext

--
~--with-apxs2=/usr/local/apache2/bin/apxs
---apache2サポート

-make
-make test
-make install
-その他
--[[インストール情報>http://jp2.php.net/manual/ja/install.php]]