Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: TCP Wrappers - Manual
[go: Go Back, main page]

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

search for in the

tcpwrap_check" width="11" height="7"/> <sybase_unbuffered_query
Last updated: Sun, 25 Nov 2007

view this page in

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 を手動でインストールすることも 可能です。

Example#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
TCP Wrappers
There are no user contributed notes for this page.

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