reference/dba/constants.xml
bf457cd76a2f4745333e96ee4066308455ad2e12
...
...
@@ -1,11 +1,35 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<appendix xml:id="dba.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
&reftitle.constants;
6
-
&no.constants;
5
+
&extension.constants;
6
+
<variablelist>
7
+
<varlistentry xml:id="constant.dba-lmdb-use-sub-dir">
8
+
<term>
9
+
<constant>DBA_LMDB_USE_SUB_DIR</constant>
10
+
(<type>int</type>)
11
+
</term>
12
+
<listitem>
13
+
<para>
14
+
LMDB Driver flag to allow the creation of a subdirectory for the database files.
15
+
Available as of PHP 8.2.0.
16
+
</para>
17
+
</listitem>
18
+
</varlistentry>
19
+
<varlistentry xml:id="constant.dba-lmdb-no-sub-dir">
20
+
<term>
21
+
<constant>DBA_LMDB_NO_SUB_DIR</constant>
22
+
(<type>int</type>)
23
+
</term>
24
+
<listitem>
25
+
<para>
26
+
LMDB Driver flag to disallow the creation of a subdirectory for the database files.
27
+
Available as of PHP 8.2.0.
28
+
</para>
29
+
</listitem>
30
+
</varlistentry>
31
+
</variablelist>
7
32
</appendix>
8
-

9
33
<!-- Keep this comment at the end of the file
10
34
Local variables:
11
35
mode: sgml
12
36