[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/database/mysql=5Fxdevapi=3A=20Removed=20xsession=20as?= =?UTF-8?Q?=20p
From:       hery ramilison <mysqlre () php ! net>
Date:       2019-10-30 20:44:17
Message-ID: php-mail-3ba0f18e85cb59b036ddbf52624055e4745840403 () git ! php ! net
[Download RAW message or body]

Commit:    d4f29b3b9b083271e4245925cd1780e3b339e155
Author:    Philip Olson <philip.olson@oracle.com>         Wed, 30 Oct 2019 13:44:17 \
                -0700
Parents:   8a30c3dc2f4e5fc1fa6721c8cd1b95ef221f5057
Branches:  master

Link:       http://git.php.net/?p=pecl/database/mysql_xdevapi.git;a=commitdiff;h=d4f29b3b9b083271e4245925cd1780e3b339e155


Log:
Removed xsession as per 30088118

Changed paths:
  M  docbook/book.xml
  D  docbook/mysql-xdevapi.xsession.xml
  D  docbook/mysql_xdevapi/xsession/construct.xml
  M  docbook/versions.xml


Diff:
diff --git a/docbook/book.xml b/docbook/book.xml
index 4faa9b0..f03cc79 100644
--- a/docbook/book.xml
+++ b/docbook/book.xml
@@ -1,6 +1,5 @@
-
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 344775 $ -->
+<!-- $Revision: 348241 $ -->
 
 <book xml:id="book.mysql-xdevapi" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <title>Mysql_xdevapi</title>
@@ -62,7 +61,6 @@
  &reference.mysql-xdevapi.mysql-xdevapi.tableselect;
  &reference.mysql-xdevapi.mysql-xdevapi.tableupdate;
  &reference.mysql-xdevapi.mysql-xdevapi.warning;
- &reference.mysql-xdevapi.mysql-xdevapi.xsession;
 
 </book>
 
diff --git a/docbook/mysql-xdevapi.xsession.xml b/docbook/mysql-xdevapi.xsession.xml
deleted file mode 100644
index 30622e5..0000000
--- a/docbook/mysql-xdevapi.xsession.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 344775 $ -->
-
-<phpdoc:classref xml:id="class.mysql-xdevapi-xsession" \
xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink" \
                xmlns:xi="http://www.w3.org/2001/XInclude">
-
- <title>XSession class</title>
- <titleabbrev>mysql_xdevapi\XSession</titleabbrev>
-
- <partintro>
-
-<!-- {{{ mysql_xdevapi\XSession intro -->
-  <section xml:id="mysql-xdevapi-xsession.intro">
-   &reftitle.intro;
-   <para>
-
-   </para>
-  </section>
-<!-- }}} -->
-
-  <section xml:id="mysql-xdevapi-xsession.synopsis">
-   &reftitle.classsynopsis;
-
-<!-- {{{ Synopsis -->
-   <classsynopsis>
-    <ooclass><classname>mysql_xdevapi\XSession</classname></ooclass>
-
-<!-- {{{ Class synopsis -->
-    <classsynopsisinfo>
-     <ooclass>
-      <classname>mysql_xdevapi\XSession</classname>
-     </ooclass>
-    </classsynopsisinfo>
-<!-- }}} -->
-    
-    <classsynopsisinfo role="comment">Constructor</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mysql-xdevapi-xsession')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" \
                />
-   </classsynopsis>
-<!-- }}} -->
-
-  </section>
-
- </partintro>
-
- &reference.mysql-xdevapi.mysql-xdevapi.entities.xsession;
-
-</phpdoc:classref>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/docbook/mysql_xdevapi/xsession/construct.xml \
b/docbook/mysql_xdevapi/xsession/construct.xml deleted file mode 100644
index 02d871e..0000000
--- a/docbook/mysql_xdevapi/xsession/construct.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<refentry xml:id="mysql-xdevapi-xsession.construct" \
                xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
-  <refname>XSession::__construct</refname>
-  <refpurpose>Description constructor</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <constructorsynopsis>
-   <modifier>private</modifier> \
                <methodname>mysql_xdevapi\XSession::__construct</methodname>
-   <void />
-  </constructorsynopsis>
-  <para>
-
-  </para>
-
-  &warn.undocumented.func;
-
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  &no.function.parameters;
- </refsect1>
-
- <!-- Return values commented out, as constructors generally don't return a
-      value. Uncomment this if you do need a return values section (for
-      example, because there's also a procedural version of the method).
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-   
-  </para>
- </refsect1>
- -->
-
-
- <refsect1 role="examples">
-  &reftitle.examples;
-  <example>
-   <title><function>mysql_xdevapi\XSession::__construct</function> example</title>
-   <programlisting role="php">
-<![CDATA[
-<?php
-
-/* ... */
-
-?>
-]]>
-   </programlisting>
-  </example>
- </refsect1>
-
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/docbook/versions.xml b/docbook/versions.xml
index 275408c..d0687d5 100644
--- a/docbook/versions.xml
+++ b/docbook/versions.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 347405 $ -->
+<!-- $Revision: 348241 $ -->
 <!--
   Do NOT translate this file
 -->
@@ -58,9 +58,6 @@
  <function name='mysql_xdevapi\expression' from='PECL mysql-xdevapi &gt;= 8.0.11'/>
  <function name='mysql_xdevapi\expression::__construct' from='PECL mysql-xdevapi \
&gt;= 8.0.11'/>  
- <function name='mysql_xdevapi\xsession' from='PECL mysql-xdevapi &gt;= 8.0.11'/>
- <function name='mysql_xdevapi\xsession::__construct' from='PECL mysql-xdevapi &gt;= \
                8.0.11'/>
-
  <function name='mysql_xdevapi\session' from='PECL mysql-xdevapi &gt;= 8.0.11'/>
  <function name='mysql_xdevapi\session::__construct' from='PECL mysql-xdevapi &gt;= \
8.0.11'/>  <function name='mysql_xdevapi\session::sql' from='PECL mysql-xdevapi &gt;= \
8.0.11'/>


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic