Skip to content

Commit

Permalink
Update extensions lists by status (fixes GH-3643) (GH-3645)
Browse files Browse the repository at this point in the history
Includes fixing invalid states for gnupg and svn
  • Loading branch information
jimwins authored Aug 7, 2024
1 parent 67ddbaf commit a94ea52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions appendices/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,21 +413,22 @@
&extcat.state.deprecated;

<itemizedlist>
<listitem><para/></listitem>
<listitem><para><xref linkend="book.mysql"/></para></listitem>
<listitem><para><xref linkend="book.wddx"/></para></listitem>
<listitem><para><xref linkend="book.xmlrpc"/></para></listitem>
</itemizedlist>
</section>

<section xml:id="extensions.state.experimental">
&extcat.state.experimental;

<itemizedlist>
<listitem><para><xref linkend="book.gnupg"/></para></listitem>
<listitem><para><xref linkend="book.imagick"/></para></listitem>
<listitem><para><xref linkend="ref.pdo-dblib"/></para></listitem>
<listitem><para><xref linkend="ref.pdo-firebird"/></para></listitem>
<listitem><para><xref linkend="ref.pdo-oci"/></para></listitem>
<listitem><para><xref linkend="book.ps"/></para></listitem>
<listitem><para><xref linkend="book.rnp"/></para></listitem>
<listitem><para><xref linkend="book.xmlrpc"/></para></listitem>
<listitem><para><xref linkend="book.svn"/></para></listitem>
</itemizedlist>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion reference/gnupg/book.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- State: beta -->
<!-- State: experimental -->

<book xml:id="book.gnupg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
Expand Down
2 changes: 1 addition & 1 deletion reference/svn/book.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- State: new -->
<!-- State: experimental -->

<book xml:id="book.svn" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
Expand Down

0 comments on commit a94ea52

Please sign in to comment.