master
Backport GH-14962 to stable versions
Migrate ext/dba resources to objects (#14239)
Port skipif.inc files to EXTENSIONS
Improve DBA test suite (#8904)
Deprecate calling dba_fetch() with $dba at the 3rd parameter
Migrate SKIPIF -> EXTENSIONS (#7138)
Reindent phpt files
Fix dba tests wrt resource to object conversion (GH-15716)
Fix bug and add test for dba_open same file twice (#17979)
Ammend DBA error message to use standard messaging
ext/dba: Remove bool type coercions in tests
Add support to pass driver flags to DBA handlers
Remove personalisation from write on readonly db DBA error message
Add conflict markers for dba tests
ext/dba: Deprecate passing null|false to dba_key_split() (#15297)
Merge branch 'PHP-8.2' into PHP-8.3
ext/dba/tests/gh16390.phpt: skip if inifile is disabled
Fix GH-16990 "dba_list() is now zero-indexed instead of using resource ids"
Fixed GH-18247: dba_popen() memory leak on invalid path.
Fix GH-19706: dba stream resource mismanagement
Fix GH-19885: dba_fetch() overflow on skip argument.
cdb interface is currently readonly
Use "must not" instead of "cannot" wording