[ANNOUNCEMENT] dbase-5.0 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package dbase-5.0 (beta) has been released at http://pecl.php.net/.
Release notes
-------------
package.xml added to support installation using pear installer
Released so at least it can be installed..
Package Info
-------------
These functions allow you to access records stored
in dBase-format (dbf) databases.
There is no support for indexes or memo fields.
There is no support for locking, too.
Two concurrent webserver processes modifying the
same dBase file will very likely ruin your database.
dBase files are simple sequential files of fixed length records.
Records are appended to the end of the file and delete records
are kept until you call dbase_pack().
Related Links
-------------
Package home: http://pecl.php.net/package/dbase
Changelog: http://pecl.php.net/package-changelog.php?package=dbase
Download: http://pecl.php.net/get/dbase-5.0.tgz
Authors
-------------
Alan Knowles <[email protected]> (lead)
jim winstead <[email protected]> (lead)