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

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mongodb/_bson/binary/construct.xml_bson/binary/g
From:       Derick_Rethans <derick () php ! net>
Date:       2015-09-23 15:35:13
Message-ID: svn-derick-1443022513-337902-71415206 () svn ! php ! net
[Download RAW message or body]

derick                                   Wed, 23 Sep 2015 15:35:13 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=337902

Log:
Moved BSON class names to MongoDB\BSON, and added a few install tips and tricks.

Changed paths:
    U   phpdoc/en/trunk/reference/mongodb/bson/binary/construct.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/binary/getsubtype.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/binary.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/javascript/construct.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/javascript.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/maxkey.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/minkey.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/objectid/construct.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/objectid/tostring.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/objectid.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/persistable.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/regex/construct.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/regex/getflags.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/regex/getpattern.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/regex/tostring.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/regex.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/serializable/bsonserialize.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/serializable.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/timestamp/construct.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/timestamp/tostring.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/timestamp.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/type.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/unserializable/bsonunserialize.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/unserializable.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/construct.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/todatetime.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/tostring.xml
    U   phpdoc/en/trunk/reference/mongodb/bson/utcdatetime.xml
    U   phpdoc/en/trunk/reference/mongodb/bson.xml
    U   phpdoc/en/trunk/reference/mongodb/configure.xml
    U   phpdoc/en/trunk/reference/mongodb/ini.xml
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/bulkwrite/insert.xml
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executebulkwrite.xml
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executeupdate.xml
    U   phpdoc/en/trunk/reference/mongodb/setup.xml


["svn-diffs-337902.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/reference/mongodb/bson/binary/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/binary/construct.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/binary/construct.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-binary.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-binary.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Binary::__construct</refname>
+  <refname>MongoDB\BSON\Binary::__construct</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <methodname>BSON\Binary::__construct</methodname>
+   <modifier>public</modifier> \
<methodname>MongoDB\BSON\Binary::__construct</methodname>  \
<methodparam><type>string</type><parameter>data</parameter></methodparam>  \
<methodparam><type>string</type><parameter>subtype</parameter></methodparam>  \
</methodsynopsis> @@ -60,7 +60,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Binary::__construct</function> example</title>
+   <title><function>MongoDB\BSON\Binary::__construct</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/binary/getsubtype.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/binary/getsubtype.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/binary/getsubtype.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-binary.getsubtype" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-binary.getsubtype" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Binary::getSubType</refname>
+  <refname>MongoDB\BSON\Binary::getSubType</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Binary::getSubType</methodname> +   \
<modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Binary::getSubType</methodname>  \
<void />  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Binary::getSubType</function> example</title>
+   <title><function>MongoDB\BSON\Binary::getSubType</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/binary.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/binary.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/binary.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-binary" 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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-binary" 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>The BSON\Binary class</title>
- <titleabbrev>BSON\Binary</titleabbrev>
+ <title>The MongoDB\BSON\Binary class</title>
+ <titleabbrev>MongoDB\BSON\Binary</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Binary intro -->
-  <section xml:id="bson-binary.intro">
+<!-- {{{ MongoDB\BSON\Binary intro -->
+  <section xml:id="mongodb-bson-binary.intro">
    &reftitle.intro;
    <para>

@@ -17,21 +17,21 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-binary.synopsis">
+  <section xml:id="mongodb-bson-binary.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Binary</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Binary</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Binary</classname>
+      <classname>MongoDB\BSON\Binary</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->
@@ -39,102 +39,102 @@
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-generic">BSON\Binary::TYPE_GENERIC</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-generic">MongoDB\BSON\Binary::TYPE_GENERIC</varname>
  <initializer>0</initializer>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-function">BSON\Binary::TYPE_FUNCTION</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-function">MongoDB\BSON\Binary::TYPE_FUNCTION</varname>
  <initializer>1</initializer>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-old-binary">BSON\Binary::TYPE_OLD_BINARY</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-old-binary">MongoDB\BSON\Binary::TYPE_OLD_BINARY</varname>
  <initializer>2</initializer>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-old-uuid">BSON\Binary::TYPE_OLD_UUID</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-old-uuid">MongoDB\BSON\Binary::TYPE_OLD_UUID</varname>
  <initializer>3</initializer>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-uuid">BSON\Binary::TYPE_UUID</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-uuid">MongoDB\BSON\Binary::TYPE_UUID</varname>
  <initializer>4</initializer>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-md5">BSON\Binary::TYPE_MD5</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-md5">MongoDB\BSON\Binary::TYPE_MD5</varname>
  <initializer>5</initializer>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>const</modifier>
      <type>integer</type>
-     <varname linkend="bson-binary.constants.type-user-defined">BSON\Binary::TYPE_USER_DEFINED</varname>
 +     <varname linkend="mongodb-bson-binary.constants.type-user-defined">MongoDB\BSON\Binary::TYPE_USER_DEFINED</varname>
  <initializer>128</initializer>
     </fieldsynopsis>

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-binary')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-binary')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->

   </section>

-<!-- {{{ BSON\Binary constants -->
-  <section xml:id="bson-binary.constants">
+<!-- {{{ MongoDB\BSON\Binary constants -->
+  <section xml:id="mongodb-bson-binary.constants">
    &reftitle.constants;
    <variablelist>

-    <varlistentry xml:id="bson-binary.constants.type-generic">
-     <term><constant>BSON\Binary::TYPE_GENERIC</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-generic">
+     <term><constant>MongoDB\BSON\Binary::TYPE_GENERIC</constant></term>
      <listitem>
       <para></para>
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="bson-binary.constants.type-function">
-     <term><constant>BSON\Binary::TYPE_FUNCTION</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-function">
+     <term><constant>MongoDB\BSON\Binary::TYPE_FUNCTION</constant></term>
      <listitem>
       <para></para>
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="bson-binary.constants.type-old-binary">
-     <term><constant>BSON\Binary::TYPE_OLD_BINARY</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-old-binary">
+     <term><constant>MongoDB\BSON\Binary::TYPE_OLD_BINARY</constant></term>
      <listitem>
       <para></para>
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="bson-binary.constants.type-old-uuid">
-     <term><constant>BSON\Binary::TYPE_OLD_UUID</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-old-uuid">
+     <term><constant>MongoDB\BSON\Binary::TYPE_OLD_UUID</constant></term>
      <listitem>
       <para></para>
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="bson-binary.constants.type-uuid">
-     <term><constant>BSON\Binary::TYPE_UUID</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-uuid">
+     <term><constant>MongoDB\BSON\Binary::TYPE_UUID</constant></term>
      <listitem>
       <para></para>
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="bson-binary.constants.type-md5">
-     <term><constant>BSON\Binary::TYPE_MD5</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-md5">
+     <term><constant>MongoDB\BSON\Binary::TYPE_MD5</constant></term>
      <listitem>
       <para></para>
      </listitem>
     </varlistentry>

-    <varlistentry xml:id="bson-binary.constants.type-user-defined">
-     <term><constant>BSON\Binary::TYPE_USER_DEFINED</constant></term>
+    <varlistentry xml:id="mongodb-bson-binary.constants.type-user-defined">
+     <term><constant>MongoDB\BSON\Binary::TYPE_USER_DEFINED</constant></term>
      <listitem>
       <para></para>
      </listitem>

Modified: phpdoc/en/trunk/reference/mongodb/bson/javascript/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/javascript/construct.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/javascript/construct.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-javascript.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-javascript.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Javascript::__construct</refname>
+  <refname>MongoDB\BSON\Javascript::__construct</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>final</modifier> <modifier>public</modifier> \
<methodname>BSON\Javascript::__construct</methodname> +   <modifier>final</modifier> \
<modifier>public</modifier> \
<methodname>MongoDB\BSON\Javascript::__construct</methodname>  \
<methodparam><type>string</type><parameter>javascript</parameter></methodparam>  \
<methodparam choice="opt"><type>string</type><parameter>scope</parameter></methodparam>
  </methodsynopsis>
@@ -60,7 +60,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Javascript::__construct</function> example</title>
+   <title><function>MongoDB\BSON\Javascript::__construct</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/javascript.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/javascript.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/javascript.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-javascript" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-javascript" 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>The BSON\Javascript class</title>
- <titleabbrev>BSON\Javascript</titleabbrev>
+ <title>The MongoDB\BSON\Javascript class</title>
+ <titleabbrev>MongoDB\BSON\Javascript</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Javascript intro -->
-  <section xml:id="bson-javascript.intro">
+<!-- {{{ MongoDB\BSON\Javascript intro -->
+  <section xml:id="mongodb-bson-javascript.intro">
    &reftitle.intro;
    <para>

@@ -17,27 +17,27 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-javascript.synopsis">
+  <section xml:id="mongodb-bson-javascript.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Javascript</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Javascript</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Javascript</classname>
+      <classname>MongoDB\BSON\Javascript</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-javascript')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-javascript')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/maxkey.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/maxkey.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/maxkey.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-maxkey" 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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-maxkey" 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>The BSON\MaxKey class</title>
- <titleabbrev>BSON\MaxKey</titleabbrev>
+ <title>The MongoDB\BSON\MaxKey class</title>
+ <titleabbrev>MongoDB\BSON\MaxKey</titleabbrev>

  <partintro>

-<!-- {{{ BSON\MaxKey intro -->
-  <section xml:id="bson-maxkey.intro">
+<!-- {{{ MongoDB\BSON\MaxKey intro -->
+  <section xml:id="mongodb-bson-maxkey.intro">
    &reftitle.intro;
    <para>

@@ -17,21 +17,21 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-maxkey.synopsis">
+  <section xml:id="mongodb-bson-maxkey.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\MaxKey</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\MaxKey</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\MaxKey</classname>
+      <classname>MongoDB\BSON\MaxKey</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/mongodb/bson/minkey.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/minkey.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/minkey.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-minkey" 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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-minkey" 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>The BSON\MinKey class</title>
- <titleabbrev>BSON\MinKey</titleabbrev>
+ <title>The MongoDB\BSON\MinKey class</title>
+ <titleabbrev>MongoDB\BSON\MinKey</titleabbrev>

  <partintro>

-<!-- {{{ BSON\MinKey intro -->
-  <section xml:id="bson-minkey.intro">
+<!-- {{{ MongoDB\BSON\MinKey intro -->
+  <section xml:id="mongodb-bson-minkey.intro">
    &reftitle.intro;
    <para>

@@ -17,21 +17,21 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-minkey.synopsis">
+  <section xml:id="mongodb-bson-minkey.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\MinKey</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\MinKey</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\MinKey</classname>
+      <classname>MongoDB\BSON\MinKey</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/mongodb/bson/objectid/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/objectid/construct.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/objectid/construct.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-objectid.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-objectid.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\ObjectID::__construct</refname>
+  <refname>MongoDB\BSON\ObjectID::__construct</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <methodname>BSON\ObjectID::__construct</methodname>
+   <modifier>public</modifier> \
<methodname>MongoDB\BSON\ObjectID::__construct</methodname>  <methodparam \
choice="opt"><type>string</type><parameter>id</parameter></methodparam>  \
</methodsynopsis>  <para>
@@ -51,7 +51,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\ObjectID::__construct</function> example</title>
+   <title><function>MongoDB\BSON\ObjectID::__construct</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/objectid/tostring.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/objectid/tostring.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/objectid/tostring.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-objectid.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-objectid.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\ObjectID::__toString</refname>
+  <refname>MongoDB\BSON\ObjectID::__toString</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\ObjectID::__toString</methodname> +   \
<modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\ObjectID::__toString</methodname>  \
<void />  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\ObjectID::__toString</function> example</title>
+   <title><function>MongoDB\BSON\ObjectID::__toString</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/objectid.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/objectid.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/objectid.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-objectid" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-objectid" 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>The BSON\ObjectID class</title>
- <titleabbrev>BSON\ObjectID</titleabbrev>
+ <title>The MongoDB\BSON\ObjectID class</title>
+ <titleabbrev>MongoDB\BSON\ObjectID</titleabbrev>

  <partintro>

-<!-- {{{ BSON\ObjectID intro -->
-  <section xml:id="bson-objectid.intro">
+<!-- {{{ MongoDB\BSON\ObjectID intro -->
+  <section xml:id="mongodb-bson-objectid.intro">
    &reftitle.intro;
    <para>

@@ -17,27 +17,27 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-objectid.synopsis">
+  <section xml:id="mongodb-bson-objectid.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\ObjectID</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\ObjectID</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\ObjectID</classname>
+      <classname>MongoDB\BSON\ObjectID</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-objectid')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-objectid')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/persistable.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/persistable.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/persistable.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-persistable" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-persistable" 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>The BSON\Persistable interface</title>
- <titleabbrev>BSON\Persistable</titleabbrev>
+ <title>The MongoDB\BSON\Persistable interface</title>
+ <titleabbrev>MongoDB\BSON\Persistable</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Persistable intro -->
-  <section xml:id="bson-persistable.intro">
+<!-- {{{ MongoDB\BSON\Persistable intro -->
+  <section xml:id="mongodb-bson-persistable.intro">
    &reftitle.intro;
    <para>

@@ -17,32 +17,32 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-persistable.synopsis">
+  <section xml:id="mongodb-bson-persistable.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Persistable</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Persistable</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Persistable</classname>
+      <classname>MongoDB\BSON\Persistable</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Unserializable</interfacename>
+      <interfacename>MongoDB\BSON\Unserializable</interfacename>
      </oointerface>

      <oointerface>
-      <interfacename>BSON\Serializable</interfacename>
+      <interfacename>MongoDB\BSON\Serializable</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-serializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
                />
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-unserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-serializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-unserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/regex/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/regex/construct.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/regex/construct.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-regex.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-regex.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Regex::__construct</refname>
+  <refname>MongoDB\BSON\Regex::__construct</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <methodname>BSON\Regex::__construct</methodname>
+   <modifier>public</modifier> \
<methodname>MongoDB\BSON\Regex::__construct</methodname>  \
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>  \
<methodparam><type>string</type><parameter>flags</parameter></methodparam>  \
</methodsynopsis> @@ -60,7 +60,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Regex::__construct</function> example</title>
+   <title><function>MongoDB\BSON\Regex::__construct</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/regex/getflags.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/regex/getflags.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/regex/getflags.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-regex.getflags" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-regex.getflags" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Regex::getFlags</refname>
+  <refname>MongoDB\BSON\Regex::getFlags</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Regex::getFlags</methodname> +   \
<modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Regex::getFlags</methodname>  <void \
/>  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Regex::getFlags</function> example</title>
+   <title><function>MongoDB\BSON\Regex::getFlags</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/regex/getpattern.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/regex/getpattern.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/regex/getpattern.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-regex.getpattern" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-regex.getpattern" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Regex::getPattern</refname>
+  <refname>MongoDB\BSON\Regex::getPattern</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Regex::getPattern</methodname> +   \
<modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Regex::getPattern</methodname>  <void \
/>  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Regex::getPattern</function> example</title>
+   <title><function>MongoDB\BSON\Regex::getPattern</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/regex/tostring.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/regex/tostring.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/regex/tostring.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-regex.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-regex.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Regex::__toString</refname>
+  <refname>MongoDB\BSON\Regex::__toString</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Regex::__toString</methodname> +   \
<modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Regex::__toString</methodname>  <void \
/>  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Regex::__toString</function> example</title>
+   <title><function>MongoDB\BSON\Regex::__toString</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/regex.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/regex.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/regex.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-regex" 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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-regex" 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>The BSON\Regex class</title>
- <titleabbrev>BSON\Regex</titleabbrev>
+ <title>The MongoDB\BSON\Regex class</title>
+ <titleabbrev>MongoDB\BSON\Regex</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Regex intro -->
-  <section xml:id="bson-regex.intro">
+<!-- {{{ MongoDB\BSON\Regex intro -->
+  <section xml:id="mongodb-bson-regex.intro">
    &reftitle.intro;
    <para>

@@ -17,27 +17,27 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-regex.synopsis">
+  <section xml:id="mongodb-bson-regex.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Regex</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Regex</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Regex</classname>
+      <classname>MongoDB\BSON\Regex</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-regex')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-regex')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/serializable/bsonserialize.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/serializable/bsonserialize.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/serializable/bsonserialize.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-serializable.bsonserialize" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> \
+<refentry xml:id="mongodb-bson-serializable.bsonserialize" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">  \
                <refnamediv>
-  <refname>BSON\Serializable::bsonSerialize</refname>
+  <refname>MongoDB\BSON\Serializable::bsonSerialize</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>abstract</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Serializable::bsonSerialize</methodname> +   \
<modifier>abstract</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Serializable::bsonSerialize</methodname>
  <void />
   </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Serializable::bsonSerialize</function> example</title>
+   <title><function>MongoDB\BSON\Serializable::bsonSerialize</function> \
example</title>  <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/serializable.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/serializable.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/serializable.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-serializable" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-serializable" 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>The BSON\Serializable interface</title>
- <titleabbrev>BSON\Serializable</titleabbrev>
+ <title>The MongoDB\BSON\Serializable interface</title>
+ <titleabbrev>MongoDB\BSON\Serializable</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Serializable intro -->
-  <section xml:id="bson-serializable.intro">
+<!-- {{{ MongoDB\BSON\Serializable intro -->
+  <section xml:id="mongodb-bson-serializable.intro">
    &reftitle.intro;
    <para>

@@ -17,27 +17,27 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-serializable.synopsis">
+  <section xml:id="mongodb-bson-serializable.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Serializable</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Serializable</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Serializable</classname>
+      <classname>MongoDB\BSON\Serializable</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-serializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-serializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/timestamp/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/timestamp/construct.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/timestamp/construct.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-timestamp.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-timestamp.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Timestamp::__construct</refname>
+  <refname>MongoDB\BSON\Timestamp::__construct</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>final</modifier> <modifier>public</modifier> \
<methodname>BSON\Timestamp::__construct</methodname> +   <modifier>final</modifier> \
<modifier>public</modifier> \
<methodname>MongoDB\BSON\Timestamp::__construct</methodname>  \
<methodparam><type>string</type><parameter>increment</parameter></methodparam>  \
<methodparam><type>string</type><parameter>timestamp</parameter></methodparam>  \
</methodsynopsis> @@ -60,7 +60,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Timestamp::__construct</function> example</title>
+   <title><function>MongoDB\BSON\Timestamp::__construct</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/timestamp/tostring.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/timestamp/tostring.xml	2015-09-23 13:45:03 \
                UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/timestamp/tostring.xml	2015-09-23 15:35:13 \
UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-timestamp.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-timestamp.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\Timestamp::__toString</refname>
+  <refname>MongoDB\BSON\Timestamp::__toString</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>final</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Timestamp::__toString</methodname> +   \
<modifier>final</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Timestamp::__toString</methodname>  \
<void />  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Timestamp::__toString</function> example</title>
+   <title><function>MongoDB\BSON\Timestamp::__toString</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/timestamp.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/timestamp.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/timestamp.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-timestamp" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-timestamp" 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>The BSON\Timestamp class</title>
- <titleabbrev>BSON\Timestamp</titleabbrev>
+ <title>The MongoDB\BSON\Timestamp class</title>
+ <titleabbrev>MongoDB\BSON\Timestamp</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Timestamp intro -->
-  <section xml:id="bson-timestamp.intro">
+<!-- {{{ MongoDB\BSON\Timestamp intro -->
+  <section xml:id="mongodb-bson-timestamp.intro">
    &reftitle.intro;
    <para>

@@ -17,27 +17,27 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-timestamp.synopsis">
+  <section xml:id="mongodb-bson-timestamp.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Timestamp</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Timestamp</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Timestamp</classname>
+      <classname>MongoDB\BSON\Timestamp</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-timestamp')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-timestamp')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/type.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/type.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/type.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-type" 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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-type" 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>The BSON\Type interface</title>
- <titleabbrev>BSON\Type</titleabbrev>
+ <title>The MongoDB\BSON\Type interface</title>
+ <titleabbrev>MongoDB\BSON\Type</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Type intro -->
-  <section xml:id="bson-type.intro">
+<!-- {{{ MongoDB\BSON\Type intro -->
+  <section xml:id="mongodb-bson-type.intro">
    &reftitle.intro;
    <para>

@@ -17,17 +17,17 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-type.synopsis">
+  <section xml:id="mongodb-bson-type.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Type</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Type</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Type</classname>
+      <classname>MongoDB\BSON\Type</classname>
      </ooclass>
     </classsynopsisinfo>
 <!-- }}} -->

Modified: phpdoc/en/trunk/reference/mongodb/bson/unserializable/bsonunserialize.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/unserializable/bsonunserialize.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/unserializable/bsonunserialize.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-unserializable.bsonunserialize" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> \
+<refentry xml:id="mongodb-bson-unserializable.bsonunserialize" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">  \
                <refnamediv>
-  <refname>BSON\Unserializable::bsonUnserialize</refname>
+  <refname>MongoDB\BSON\Unserializable::bsonUnserialize</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>abstract</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\Unserializable::bsonUnserialize</methodname> \
+   <modifier>abstract</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\Unserializable::bsonUnserialize</methodname>
  <methodparam><type>array</type><parameter>data</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -51,7 +51,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\Unserializable::bsonUnserialize</function> example</title>
+   <title><function>MongoDB\BSON\Unserializable::bsonUnserialize</function> \
example</title>  <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/unserializable.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/unserializable.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/unserializable.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-unserializable" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-unserializable" 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>The BSON\Unserializable interface</title>
- <titleabbrev>BSON\Unserializable</titleabbrev>
+ <title>The MongoDB\BSON\Unserializable interface</title>
+ <titleabbrev>MongoDB\BSON\Unserializable</titleabbrev>

  <partintro>

-<!-- {{{ BSON\Unserializable intro -->
-  <section xml:id="bson-unserializable.intro">
+<!-- {{{ MongoDB\BSON\Unserializable intro -->
+  <section xml:id="mongodb-bson-unserializable.intro">
    &reftitle.intro;
    <para>

@@ -17,23 +17,23 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-unserializable.synopsis">
+  <section xml:id="mongodb-bson-unserializable.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\Unserializable</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\Unserializable</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\Unserializable</classname>
+      <classname>MongoDB\BSON\Unserializable</classname>
      </ooclass>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-unserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-unserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/construct.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/construct.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-utcdatetime.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-utcdatetime.construct" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\UTCDatetime::__construct</refname>
+  <refname>MongoDB\BSON\UTCDatetime::__construct</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>final</modifier> <modifier>public</modifier> \
<methodname>BSON\UTCDatetime::__construct</methodname> +   <modifier>final</modifier> \
<modifier>public</modifier> \
<methodname>MongoDB\BSON\UTCDatetime::__construct</methodname>  \
<methodparam><type>string</type><parameter>milliseconds</parameter></methodparam>  \
</methodsynopsis>  <para>
@@ -51,7 +51,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\UTCDatetime::__construct</function> example</title>
+   <title><function>MongoDB\BSON\UTCDatetime::__construct</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/todatetime.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/todatetime.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/todatetime.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-utcdatetime.todatetime" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-utcdatetime.todatetime" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\UTCDatetime::toDateTime</refname>
+  <refname>MongoDB\BSON\UTCDatetime::toDateTime</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>final</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\UTCDatetime::toDateTime</methodname> +   \
<modifier>final</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\UTCDatetime::toDateTime</methodname>  \
<void />  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\UTCDatetime::toDateTime</function> example</title>
+   <title><function>MongoDB\BSON\UTCDatetime::toDateTime</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/tostring.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/tostring.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/utcdatetime/tostring.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<refentry xml:id="bson-utcdatetime.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<refentry \
xml:id="mongodb-bson-utcdatetime.tostring" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
-  <refname>BSON\UTCDatetime::__toString</refname>
+  <refname>MongoDB\BSON\UTCDatetime::__toString</refname>
   <refpurpose>Description</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>final</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>BSON\UTCDatetime::__toString</methodname> +   \
<modifier>final</modifier> <modifier>public</modifier> \
<type>ReturnType</type><methodname>MongoDB\BSON\UTCDatetime::__toString</methodname>  \
<void />  </methodsynopsis>
   <para>
@@ -42,7 +42,7 @@
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
-   <title><function>BSON\UTCDatetime::__toString</function> example</title>
+   <title><function>MongoDB\BSON\UTCDatetime::__toString</function> example</title>
    <programlisting role="php">
 <![CDATA[
 <?php

Modified: phpdoc/en/trunk/reference/mongodb/bson/utcdatetime.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson/utcdatetime.xml	2015-09-23 13:45:03 UTC \
                (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson/utcdatetime.xml	2015-09-23 15:35:13 UTC \
(rev 337902) @@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->

-<phpdoc:classref xml:id="class.bson-utcdatetime" \
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"> +<phpdoc:classref \
xml:id="class.mongodb-bson-utcdatetime" 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>The BSON\UTCDatetime class</title>
- <titleabbrev>BSON\UTCDatetime</titleabbrev>
+ <title>The MongoDB\BSON\UTCDatetime class</title>
+ <titleabbrev>MongoDB\BSON\UTCDatetime</titleabbrev>

  <partintro>

-<!-- {{{ BSON\UTCDatetime intro -->
-  <section xml:id="bson-utcdatetime.intro">
+<!-- {{{ MongoDB\BSON\UTCDatetime intro -->
+  <section xml:id="mongodb-bson-utcdatetime.intro">
    &reftitle.intro;
    <para>

@@ -17,27 +17,27 @@
   </section>
 <!-- }}} -->

-  <section xml:id="bson-utcdatetime.synopsis">
+  <section xml:id="mongodb-bson-utcdatetime.synopsis">
    &reftitle.classsynopsis;

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>BSON\UTCDatetime</classname></ooclass>
+    <ooclass><classname>MongoDB\BSON\UTCDatetime</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>BSON\UTCDatetime</classname>
+      <classname>MongoDB\BSON\UTCDatetime</classname>
      </ooclass>

      <oointerface>
-      <interfacename>BSON\Type</interfacename>
+      <interfacename>MongoDB\BSON\Type</interfacename>
      </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.bson-utcdatetime')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/> +    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.mongodb-bson-utcdatetime')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" \
/>  </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/en/trunk/reference/mongodb/bson.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/bson.xml	2015-09-23 13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/bson.xml	2015-09-23 15:35:13 UTC (rev 337902)
@@ -2,8 +2,8 @@
 <!-- $Revision$ -->

  <book xml:id="book.bson" xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
-  <title>BSON</title>
-  <titleabbrev>BSON</titleabbrev>
+  <titleabbrev>MongoDB\Driver\BSON</titleabbrev>
+  <title>Handling BSON types</title>

   &reference.mongodb.reference;


Modified: phpdoc/en/trunk/reference/mongodb/configure.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/configure.xml	2015-09-23 13:45:03 UTC (rev \
                337901)
+++ phpdoc/en/trunk/reference/mongodb/configure.xml	2015-09-23 15:35:13 UTC (rev \
337902) @@ -4,14 +4,72 @@
 <article xml:id="mongodb.installation" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.install;

- <para>
-  Use <option role="configure">--with-mongodb[=DIR]</option> when compiling PHP.
- </para>
+ <section xml:id="mongodb.installation.php">
+  <title>PHP</title>

- <para>
-  Windows users should include <filename>php_mongodb.dll</filename> into &php.ini;
- </para>
+  <para>
+   Run:
+   <programlisting role="shell">
+<![CDATA[
+$ sudo pecl install mongodb
+]]>
+   </programlisting>
+  </para>

+  <para>
+   Add the following line to your php.ini file:
+   <programlisting role="ini">
+<![CDATA[
+extension=mongodb.so
+]]>
+   </programlisting>
+  </para>
+
+  <para>
+   Windows users should include <filename>php_mongodb.dll</filename> into &php.ini;
+  </para>
+ </section>
+
+ <section xml:id="mongodb.installation.hhvm">
+  <title>HHVM</title>
+
+  <para>
+   HHVM users should download the latest from
+   <link
+   xlink:href="https://s3.amazonaws.com/drivers.mongodb.org/hhvm/index.html">S3</link>
 +   for the time being.
+  </para>
+
+  <para>
+   Once downloaded, execute the following steps:
+   <programlisting><![CDATA[
+cd libbson
+./autogen.sh
+cd ..
+
+cd libmongoc
+./autogen.sh
+cd ..
+
+hphpize
+cmake .
+
+make -j 5
+make install
+]]></programlisting>
+  </para>
+
+  <para>
+   Add the following line to your php.ini file (usually found in /etc/hhvm):
+   <programlisting role="ini">
+<![CDATA[
+hhvm.dynamic_extension_path=/usr/local/hhvm/3.9.1/lib/hhvm/extensions/20150212
+hhvm.dynamic_extensions[mongodb]=mongodb.so
+]]>
+   </programlisting>
+  </para>
+ </section>
+
 </article>



Modified: phpdoc/en/trunk/reference/mongodb/ini.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/ini.xml	2015-09-23 13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/ini.xml	2015-09-23 15:35:13 UTC (rev 337902)
@@ -14,6 +14,7 @@
       <entry>&Default;</entry>
       <entry>&Changeable;</entry>
       <entry>&Changelog;</entry>
+      <entry>Comments</entry>
      </row>
     </thead>
     <tbody>
@@ -22,6 +23,7 @@
       <entry>""</entry>
       <entry>PHP_INI_ALL</entry>
       <entry><!-- leave empty, this will be filled by an automatic script \
--></entry> +      <entry>Only available for the PHP driver, and not the HHVM \
one</entry>  </row>
     </tbody>
    </tgroup>
@@ -42,6 +44,11 @@
        Store full activity debug log in this file.
        The special value "stderr" can be provided to write to STDERR.
       </para>
+      <note>
+       <para>
+        Not available for HHVM
+       </para>
+      </note>
      </listitem>
     </varlistentry>


Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/bulkwrite/insert.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/bulkwrite/insert.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/bulkwrite/insert.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -37,7 +37,7 @@
   &reftitle.returnvalues;
   <para>
    If the <parameter>document</parameter> did not have an _id, a
-   <classname>BSON\ObjectID</classname> will be generated and returned.
+   <classname>MongoDB\BSON\ObjectID</classname> will be generated and returned.
    Otherwise no value is returned.
   </para>
  </refsect1>
@@ -67,7 +67,7 @@
     "title" => "Example#1",
 );
 $document3 = array(
-     "_id"   => new BSON\ObjectID,
+     "_id"   => new MongoDB\BSON\ObjectID,
     "title" => "Example#1",
 );
 $_id1 = $bulk->insert($document1);
@@ -85,7 +85,7 @@
    &example.outputs.similar;
    <screen>
 <![CDATA[
-object(BSON\ObjectID)#3 (1) {
+object(MongoDB\BSON\ObjectID)#3 (1) {
   ["oid"]=>
   string(24) "54d51146bd21b91405401d92"
 }
@@ -103,8 +103,8 @@
    <member><methodname>MongoDB\Driver\Manager::executeBulkWrite</methodname></member>
  <member><methodname>MongoDB\Driver\Manager::executeInsert</methodname></member>
    <member><classname>MongoDB\Driver\WriteResult</classname></member>
-   <member><classname>BSON\ObjectID</classname></member>
-   <member><classname>BSON\Persistable</classname></member>
+   <member><classname>MongoDB\BSON\ObjectID</classname></member>
+   <member><classname>MongoDB\BSON\Persistable</classname></member>
   </simplelist>
  </refsect1>


Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executebulkwrite.xml
 ===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executebulkwrite.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executebulkwrite.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -112,7 +112,7 @@
 Updated  1 document(s)
 Upserted 2 document(s)
 Deleted  1 document(s)
-upsertedId[3]: object(BSON\ObjectID)#5 (1) {
+upsertedId[3]: object(MongoDB\BSON\ObjectID)#5 (1) {
   ["oid"]=>
   string(24) "54d3adc3ce7a792f4d703756"
 }

Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executeupdate.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executeupdate.xml	2015-09-23 \
                13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/executeupdate.xml	2015-09-23 \
15:35:13 UTC (rev 337902) @@ -147,7 +147,7 @@
 Updated 0 document(s)
 Matched 0 document(s)
 Upserted documents: 1
-upsertedId[0]: object(BSON\ObjectID)#3 (1) {
+upsertedId[0]: object(MongoDB\BSON\ObjectID)#3 (1) {
   ["oid"]=>
   string(24) "54d2c0d14c245fbe70d32ccf"
 }

Modified: phpdoc/en/trunk/reference/mongodb/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/setup.xml	2015-09-23 13:45:03 UTC (rev 337901)
+++ phpdoc/en/trunk/reference/mongodb/setup.xml	2015-09-23 15:35:13 UTC (rev 337902)
@@ -7,20 +7,23 @@
  <article xml:id="mongodb.requirements">
   &reftitle.required;
   <para>
-
+   The PHP variant of the driver requires PHP 5.4 or higher.
   </para>
+  <para>
+   The HHVM variant of the driver requires HHVM 3.9 or higher.
+  </para>
  </article>

  &reference.mongodb.configure;
  &reference.mongodb.ini;
-
+<!--
  <article xml:id="mongodb.resources">
   &reftitle.resources;
   <para>

   </para>
  </article>
-
+-->
   &reference.mongodb.constants;

 </book>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
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