mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Document the new default and add a changelog entry for the old default.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332944 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0b7f957602
commit
6b9fbd042b
1 changed files with 11 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <methodname>MongoBinData::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer>2</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates a new binary data object.
|
||||
|
@ -74,6 +74,16 @@
|
|||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>1.5.0</entry>
|
||||
<entry>
|
||||
The default changed from <literal>2</literal>
|
||||
(<constant>MongoBinData::BYTE_ARRAY</constant>) to
|
||||
<literal>0</literal> (<constant>MongoBinData::GENERIC</constant>).
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>1.2.11</entry>
|
||||
|
|
Loading…
Reference in a new issue