mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
1ff86a66e6
commit
3e3e60b8f0
2 changed files with 24 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue