From 5f4bf377f106e611797f1c91dddcebb6fa8558e3 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Mon, 12 Sep 2022 15:00:10 +0300 Subject: [PATCH] Add DBA flag constants --- reference/dba/constants.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) 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. + + + + -