In the company has a software in Clipper, which saves the information in dbase (database_dados.dbf), now there is a need to integrate it with PHP, but I can not use the dbase functions.
I have already enabled extension=dbase.dll
in php.ini, I downloaded the dll from the following link and placed in the ext folder. But it still gives the following error: Call to undefined function dbase_open()
.
I'm using Xampp with PHP version 5.5.11.
Any help?