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

Release notes
-------------
Security Fixes

  - Fixed #78668 (Out-of-bounds Read in dbase.c)

Bug Fixes

  - Fixed #78070 (dbase functions may modify passed array)
  - Fixed #78594 (compile error: 'LOCK_EX' undeclared)

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

Related Links
-------------
Package home: https://pecl.php.net/package/dbase
   Changelog: https://pecl.php.net/package-changelog.php?package=dbase
    Download: https://pecl.php.net/get/dbase-7.0.1.tgz

Authors
-------------
Alan Knowles <a...@akbkhome.com> (lead)
jim winstead <j...@apache.org> (lead)
Christoph M. Becker <c...@php.net> (lead)

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

Reply via email to