Skip to content

Commit

Permalink
build fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Dec 12, 2024
1 parent f8e36d9 commit a27b78d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions reference/pdo_cubrid/reference.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 11a49566970d661597de32aa3ef434e80d96804e Maintainer: yannick Status: ready -->
<!-- EN-Revision: 1993c38d254743d8c0a2140ff6f797660997083d Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<reference xml:id="ref.pdo-cubrid" xmlns="http://docbook.org/ns/docbook"><?phpdoc extension-membership="pecl" ?>
Expand Down Expand Up @@ -313,7 +313,7 @@ cubrid:host=localhost;port=33000;dbname=demodb
</refsect1>
</refentry>

&reference.pdo-cubrid.entities.PDO;
&reference.pdo-cubrid.entities.pdo-overloaded;

</reference>

Expand Down
4 changes: 2 additions & 2 deletions reference/pdo_pgsql/reference.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9b69a8dcce47d6619d6459914e784627cbb02a5f Maintainer: yannick Status: ready -->
<!-- EN-Revision: 1993c38d254743d8c0a2140ff6f797660997083d Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="ref.pdo-pgsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
Expand Down Expand Up @@ -149,7 +149,7 @@ pgsql:host=localhost;port=5432;dbname=testdb;user=bruce;password=mypass
&reference.pdo-pgsql.entities.PDO;

</reference>
&reference.pdo-pgsql.pdo-pgsql;
&reference.pdo-pgsql.entities.pdo-overloaded;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
4 changes: 2 additions & 2 deletions reference/pdo_sqlite/reference.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 51610360d58ed09bc9d1312f419057c0d1d1a998 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 1993c38d254743d8c0a2140ff6f797660997083d Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<reference xml:id="ref.pdo-sqlite" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -93,7 +93,7 @@ sqlite:
</refsect1>
</refentry>

&reference.pdo-sqlite.entities.PDO;
&reference.pdo-sqlite.entities.pdo-overloaded;

</reference>
&reference.pdo-sqlite.pdo-sqlite;
Expand Down

0 comments on commit a27b78d

Please sign in to comment.