内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
php:pear
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== pear ====== * Install PHP 5.2.x <code> # yum -y --enablerepo=utterramblings install php-pear </code> PHP 5.3.x <code> # yum -y --enablerepo=remi install php-pear </code> * インストール確認 <code> # pear Commands: build Build an Extension From C Source bundle Unpacks a Pecl Package channel-add Add a Channel channel-alias Specify an alias to a channel name channel-delete Remove a Channel From the List ~ </code> * バージョン確認 <code> # pear version PEAR Version: 1.9.1 PHP Version: 5.3.5 Zend Engine Version: 2.3.0 Running on: Linux localhost.localdomain 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 </code> * パス確認 <code> # pear config-get php_dir /usr/share/pear </code> * いろいろな情報確認 <code> # pear config-show Configuration (channel pear.php.net): ===================================== Auto-discover new Channels auto_discover <not set> Default Channel default_channel pear.php.net HTTP Proxy Server Address http_proxy <not set> PEAR server [DEPRECATED] master_server pear.php.net ~ </code>
php/pear.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ