dbase 5.1.1

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().

License: PHP

Changes

- 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