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

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

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

--
~--with-mysql
---MySQLサポート

--
~--with-gd
---GDライブラリを用いた画像処理関数の使用
---特にphpLDAPadmin用+Webサーバ用?

--
~--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]]