diff --git a/reference/dba/constants.xml b/reference/dba/constants.xml index 149844989081..988b11290420 100644 --- a/reference/dba/constants.xml +++ b/reference/dba/constants.xml @@ -1,11 +1,35 @@ - &reftitle.constants; - &no.constants; + &extension.constants; + + + + DBA_LMDB_USE_SUB_DIR + (int) + + + + LMDB Driver flag to allow the creation of a subdirectory for the database files. + Available as of PHP 8.2.0. + + + + + + DBA_LMDB_NO_SUB_DIR + (int) + + + + LMDB Driver flag to disallow the creation of a subdirectory for the database files. + Available as of PHP 8.2.0. + + + + -