mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add Binary::TYPE_COLUMN constant and update changelog
https://jira.mongodb.org/browse/PHPC-1942 https://jira.mongodb.org/browse/PHPC-1499
This commit is contained in:
parent
c36ce0b514
commit
8502e6a26a
1 changed files with 25 additions and 0 deletions
|
@ -94,6 +94,12 @@
|
|||
<varname linkend="mongodb-bson-binary.constants.type-encrypted">MongoDB\BSON\Binary::TYPE_ENCRYPTED</varname>
|
||||
<initializer>6</initializer>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
<type>int</type>
|
||||
<varname linkend="mongodb-bson-binary.constants.type-column">MongoDB\BSON\Binary::TYPE_COLUMN</varname>
|
||||
<initializer>7</initializer>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>const</modifier>
|
||||
<type>int</type>
|
||||
|
@ -163,6 +169,13 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="mongodb-bson-binary.constants.type-column">
|
||||
<term><constant>MongoDB\BSON\Binary::TYPE_COLUMN</constant></term>
|
||||
<listitem>
|
||||
<para>Column data. This subtype is used for time-series collections.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="mongodb-bson-binary.constants.type-user-defined">
|
||||
<term><constant>MongoDB\BSON\Binary::TYPE_USER_DEFINED</constant></term>
|
||||
<listitem>
|
||||
|
@ -186,6 +199,18 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>PECL mongodb 1.12.0</entry>
|
||||
<entry>
|
||||
Added <constant>MongoDB\BSON\Binary::TYPE_COLUMN</constant>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PECL mongodb 1.7.0</entry>
|
||||
<entry>
|
||||
Added <constant>MongoDB\BSON\Binary::TYPE_ENCRYPTED</constant>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PECL mongodb 1.3.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue