Top Level :: Database
:: dbase
:: 7.0.0beta1
:: Windows
dbase 7.0.0beta1 for Windows
Package Information |
Summary |
dBase database file access functions |
Maintainers |
Alan Knowles <
alan at akbkhome dot com >
(lead)
[details]
jim winstead <
jimw at apache dot org >
(lead)
[details]
Christoph M. Becker <
cmb at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
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(). |
Homepage |
https://github.com/php/pecl-database-dbase
|
Release notes
Version 7.0.0beta1
(beta)
|
- PHP 7 compatibility (use dbase-5 with PHP 5) - 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 #72815: zend_get_parameters_ex() is deprecated |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
Dependencies for release 7.0.0beta1 |
|
|