Fix #64200: Tokyo Cabinet support not mentioned in docs for DBA extension

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339870 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-12 13:26:11 +00:00
parent 1ff86a66e6
commit 3e3e60b8f0
2 changed files with 24 additions and 0 deletions

View file

@ -204,6 +204,22 @@
</entry>
</row>
<row>
<entry><literal>tcadb</literal></entry>
<entry>
<para>
To enable support for Tokyo Cabinet add
<option role="configure">--with-tcadb[=DIR]</option>.
<note>
<para>
This was added in PHP 5.4.0. The Tokyo Cabinet library can be loaded from
<link xlink:href="&url.tcadb;"/>.
</para>
</note>
</para>
</entry>
</row>
</tbody>
</tgroup>
</table>

View file

@ -128,6 +128,14 @@
<link xlink:href="&url.qdbm;"/>.
</entry>
</row>
<row>
<entry><literal>tcadb</literal></entry>
<entry>
This is available since PHP 5.4.0. The Tokyo Cabinet library can be loaded from
<link xlink:href="&url.tcadb;"/>.
</entry>
</row>
</tbody>
</tgroup>