Re: [PHP-INSTALL] Where are dbase, fbsql, fdf, ncurses, mhash, ming, msql and sybase now?
[email protected] (katabroc)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
katabroc <katabroc <at> gmail.com> writes: > > Good question. I´ve tried to compile PHP with --enable-dbase (getting > the source from PECL) but it didn´t work. Anyone knows how to use > dbase files with php 5.3.6? > > I figured it out. You have to download php sources + dbase sources from PECL, extract dbase source to /php-5.3.6/ext/dbase and then execute ./buildconf --force in php source directory. You need autoconf 2.13 too