I'm running OSX El Capitan with XAMPP and I need to convert a dbase file to a MySQL database. I tried to use the dbase library in PHP but none of those functions are available. I headed to the documentation but it told me to recompile PHP with dbase enabled. I've got no clue on how to do that. Isn't it a matter of putting some files in the right directory?
A post told me to uncomment
php_gmp.dll
but that didn't work. No errors in the Apache log either.Another post told me to run
pecl install dbase
, but there doesn't seem to be any package available to Terminal's response.
The source file is around 1,5 Gb in size. I purchased DBFEdit from the app store but that only shows me the content of the file, I can't split it and it's too large for any other application to open (Excel, Notepad, Coda etc) nor does it provide support to copy rows from the files into e.g. Excel. So I'm back to the dbase functions again.
Any suggestions on how to be able to use dbase on OSX?