- copy the .dll extension to
path\to\xampp\php\ext\ - and a line similar to
extension=php_paradox.dllin path\to\xampp\php\php.ini, where php_paradox.dll is the name of your .dll extension file - configure the extension options in
path\to\xampp\php\php.ini, if any, to suit your extensions - restart apache
pecl, pecl install paradox . , :
- php
path/php-src/ext/ dir./configure --prefix=/where/to/install/php --enable-debug --enable-maintainer-zts --enable-cgi --enable-cli --with-mysql=/path/to/mysql --with-PARADOX=shared,PATH/TO/DIR- make, make install, .dll
install/path/ext/ dir