Search code examples
phpphp-7pecldbase

Is dBase extension available for PHP 7?


I did a lot of research to find the dbase DLL for PHP 7 and I did not find it. Does one actually exist?

Is a way to rebuild the dbase.dll from the old version to make a new one?

[15-Oct-2015 23:20:30 UTC] PHP Warning:  PHP Startup: dbase: Unable to initialize module
Module compiled with module API=20131226
PHP    compiled with module API=20141001
These options need to match
 in Unknown on line 0

In this error we can see that the module was compiled with the module 20131226, there is a way to take it and rebuild it with the new module?


Solution

  • I found this on github. You can try it. When I try it there was no errors and file was created.

    https://github.com/mote0230/dbase-pecl-php7