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. Fonctions TCP Wrappers

Introduction

L'extension TCP wrappers fournit un mécanisme classique Unix conçu pour vérifier si le client est capable de se connecter à partir d'une IP donnée.

Installation

Tcpwrap est actuellement disponible dans PECL http://pecl.php.net/package/tcpwrap.

Si PEAR est disponible sur votre système *nix vous pouvez utiliser l'installateur PEAR pour installer l'extension tcpwrap, avec la commande suivante : pear -v install tcpwrap.

Vous pouvez toujours télécharger le tar.gz et installer tcpwrap à la main :

Exemple 1. Installation à la main de tcpwrap

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

Table des matières
tcpwrap_check -- Vérification Tcpwrap


add a note add a note User Contributed Notes Fonctions TCP Wrappers
There are no user contributed notes for this page.

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