Skip to content

Commit 1a53c22

Browse files
committed
DBA: Actually include and add version information for Conenction class
1 parent a8a9961 commit 1a53c22

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

reference/dba/book.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
43
<book xml:id="book.dba" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
54
<?phpdoc extension-membership="bundled" ?>
65
<title>Database (dbm-style) Abstraction Layer</title>
76
<titleabbrev>DBA</titleabbrev>
8-
7+
98
<!-- {{{ preface -->
109
<preface xml:id="intro.dba">
1110
&reftitle.intro;
@@ -21,14 +20,17 @@
2120
</para>
2221
</preface>
2322
<!-- }}} -->
24-
23+
2524
&reference.dba.setup;
2625
&reference.dba.constants;
2726
&reference.dba.examples;
27+
28+
<!-- Dba\Connection class -->
29+
&reference.dba.dba.connection;
30+
<!-- dba_*() functions -->
2831
&reference.dba.reference;
2932

3033
</book>
31-
3234
<!-- Keep this comment at the end of the file
3335
Local variables:
3436
mode: sgml

reference/dba/versions.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<!--
44
Do NOT translate this file
55
-->
6-
<versions>
6+
<versions>
7+
<!-- Classes -->
8+
<function name="dba\connection" from="PHP 8 &gt;= 8.4.0"/>
9+
10+
<!-- functions -->
711
<function name="dba_close" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
812
<function name="dba_delete" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
913
<function name="dba_exists" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
@@ -20,7 +24,6 @@
2024
<function name="dba_replace" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
2125
<function name="dba_sync" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
2226
</versions>
23-
2427
<!-- Keep this comment at the end of the file
2528
Local variables:
2629
mode: sgml

0 commit comments

Comments
 (0)