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

search for in the

実行時設定> <要件
Last updated: Fri, 13 Nov 2009

view this page in

インストール手順

Tcpwrap は、現在は PECL » http://pecl.php.net/package/tcpwrap で取得できます。

*nix 系のシステム上で » PECL が有効な 場合は、pecl インストーラを用いて tcpwrap 拡張モジュールをインストールする ことが可能です。その場合は以下のようなコマンドを入力します。 pecl install tcpwrap

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

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

gunzip tcpwrap-xxx.tgz
tar -xvf tcpwrap-xxx.tar
cd tcpwrap-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, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites