The new PECL package dbase-5.1.1 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
- Fixed #39305: Use of decimal point in different countries
- Fixed #52112: dbase_get_record() returns integer instead of decimal values
- Fixed #68289: wrong strlcpy call
- Fixed #72812: dbase_create does not close the FD on failure
- Fixed #73391: Writing of floats can cause OOB reads

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.1.1.tgz

Authors
-------------
Alan Knowles <[email protected]> (lead)
jim winstead <[email protected]> (lead)
Christoph M. Becker <[email protected]> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to