Top Level :: Database
:: dbase
:: 7.0.0RC1
:: Windows
dbase 7.0.0RC1 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.0RC1
(beta)
|
Backward Incompatible Changes
- database link identifiers are now proper resources instead of integers - logical values are now retrieved as booleans instead of integers
New Features
- FoxPro datetime fields ('T') are now supported as "YYYYMMDDhhmmss.uuu" - Uninitialized logical fields are now supported as NULL - base_create() now supports an optional $type parameter (either DBASE_TYPE_DBASE or DBASE_TYPE_FOXPRO) to define the type of database to be created - FoxPro nullable fields are now transparently supported - The $mode of dbase_open() can now be specified as DBASE_RDONLY or DBASE_RDWR - The version of the dbase extension is now available as DBASE_VERSION - Basic database locking has been implemented - Internally the Zend memory manager is now used - Error reporting has been improved; e.g. unsupported field type now raise a warning
Bug Fixes
- Fixed #73391 (Writing of floats can cause OOB reads) - Fixed #73395 (failing dbase_create() may leak memory) - Fixed #73411 (dbase_pack() returns TRUE on failure) - Fixed #73414 (Unsupported field types may cause dbase_open() to leak memory) - Fixed #73442 (Float fields always have precision 0) - Fixed #73447 (Floats written to character fields are truncated to integer) - Fixed #74983 (SIGABRT when function put_dbf_field is called) |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
Dependencies for release 7.0.0RC1 |
|
|