1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00

DBA: Actually include and add version information for Conenction class

This commit is contained in:
Gina Peter Banyard
2024-11-05 14:59:57 +00:00
parent a8a996177b
commit 1a53c22773
2 changed files with 11 additions and 6 deletions

View File

@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.dba" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
<title>Database (dbm-style) Abstraction Layer</title>
<titleabbrev>DBA</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.dba">
&reftitle.intro;
@@ -21,14 +20,17 @@
</para>
</preface>
<!-- }}} -->
&reference.dba.setup;
&reference.dba.constants;
&reference.dba.examples;
<!-- Dba\Connection class -->
&reference.dba.dba.connection;
<!-- dba_*() functions -->
&reference.dba.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -3,7 +3,11 @@
<!--
Do NOT translate this file
-->
<versions>
<versions>
<!-- Classes -->
<function name="dba\connection" from="PHP 8 &gt;= 8.4.0"/>
<!-- functions -->
<function name="dba_close" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="dba_delete" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="dba_exists" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
@@ -20,7 +24,6 @@
<function name="dba_replace" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="dba_sync" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml