Manage Paradox database with PHP 7

1

I have a program developed by third party and I need to manage his database, which is done in paradox .

I found the pxlib which, as my research indicates, should be compiled to Windows .

I tried to get the extension ( pxlib.dll and ext / php_paradox.dll ) that comes in XAMPP 1.7 and activate on php.ini , but it did not work.

  • I can not convert the paradox database because the program will continue to run. I need to use the program and PHP simultaneously.
  • I can already manage the paradox database with an editor ( Paradox Data Editor ) .

If you really need to compile ( not copy the compiled extension ), how do I do it?

I use PHP 7 and Windows Server 2008 R2 (64 bit) .

    
asked by anonymous 19.04.2017 / 08:48

0 answers