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

search for in the

tcpwrap_check> <sybase_unbuffered_query
[edit] Last updated: Mon, 01 Nov 2010

view this page in

CLVII. TCP ラッパ関数(TCP Wrappers)

導入

TCP ラッパは、古典的な unix のメカニズムを提供します。これは リモートクライアントが指定した IP アドレスから接続できるかどうかを 調べるように設計されています。

インストール手順

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

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

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

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

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

目次
tcpwrap_check -- tcpwrap のチェックを実行する


add a note add a note User Contributed Notes TCP ラッパ関数(TCP Wrappers)
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites