PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

実行時設定> <インストール/設定
Last updated: Fri, 05 Sep 2008

view this page in

インストール手順

xdiff は、現在は PECL » http://pecl.php.net/package/xdiff から取得可能です。

*nix-like システムを使用しており » PEAR が使用可能な場合は、pear インストーラを使用して xdiff 拡張モジュールを インストールすることが可能です。そのためには以下のコマンドを使用します。 pear -v install xdiff

tar.gz パッケージをダウンロードし、xdiff を手動でインストールすることも 常に可能です。

例1 xdiff の手動インストール

gunzip xdiff-xxx.tgz
tar -xvf xdiff-xxx.tar
cd xdiff-xxx
phpize
./configure && make && make install



add a note add a note User Contributed Notes
インストール手順
There are no user contributed notes for this page.

実行時設定> <インストール/設定
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites