Installing/Configuring
PHP Manual

Installation

The getdns extension is built and installed from a *NIX command shell. Run the following commands to build and install the extension:

$ phpize
$ ./configure --enable-getdns
$ make
$ sudo make install

Run the following commands to clean the build directory:

$ make clean
$ phpize --clean

The getdns library and associated PHP language bindings are not currently available for Microsoft Windows.


Installing/Configuring
PHP Manual