doofpot / DBFToMySQL

xbase/dbf to MySQL import tool
Other
21 stars 25 forks source link

Update dbf-import.php to include Memo.php #6

Open adanielvv opened 7 years ago

adanielvv commented 7 years ago

Fixes this error:

PHP Fatal error:  Uncaught Error: Class 'XBase\Memo' not found in ~/php-xbase/src/XBase/Table.php:35
Stack trace:
#0 ~/DBFToMySQL/dbf-import.php(42): XBase\Table->__construct('~/dbffile...')
#1 ~/DBFToMySQL/dbf-import.php(24): dbftomysql('DBFFILE.dbf')
#2 {main}
  thrown in ~/php-xbase/src/XBase/Table.php on line 35
vjardin commented 6 years ago

This patch is needed. Please, can you pull it?