dbase

pecl install dbase

dBase database file access functions

These functions allow you to access records stored
in dBase-format (dbf) databases.

There is no support for indexes or memo fields.
The databases are automatically locked with blocking flock()s.

dBase files are simple sequential files of fixed length records.
Records are appended to the end of the file and deleted records
are kept until you call dbase_pack().

Maintainer

  • Jim Winstead (lead )
  • Alan Knowles (lead )
  • Christoph M. Becker (lead )
  • Alan Knowles (lead )

Details

Stars: 6
Issue openned: 4
Downloads: 394734
5.0
14 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 5.0 change log


package.xml added to support installation using pear installer

Released so at least it can be installed..

requires:

  • php >=5
  • pearinstaller >=1.4.0b1