I have an ApacheFriends XAMPP running on my windows machine and i am trying to access some Paradox database files directly from PHP.
I see that there is an extension for this but how can i install it for my windows system?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
path\to\xampp\php\ext\extension=php_paradox.dllinpath\to\xampp\php\php.ini, where php_paradox.dll is the name of your extension’s .dll filepath\to\xampp\php\php.ini, if any, per your extension’s intructionsIf you have pecl installed,
pecl install paradoxmight fetch it on to your system. If not you must step though the ugly steps of extension compiling: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/DIRinstall/path/ext/dir