Introduction
<<<
Installation tcpwrap_check
>>>

8.122 Fonctions TCP Wrappers
8 Référence des fonctions
 Manuel PHP

Introduction
->Installation
tcpwrap_check

8.122.2 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 :
Installation à la main de tcpwrap

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

<< Installation >>
Introduction Fonctions TCP Wrappers tcpwrap_check