mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- all file types are supported now
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210661 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
abeab14a56
commit
7b55c63bf7
1 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="paradox.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
|
@ -119,27 +119,27 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>PX_FILE_NON_INC_SEC_INDEX</entry>
|
||||
<entry>None incremental secondary index (not supported)</entry>
|
||||
<entry>None incremental secondary index</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PX_FILE_SEC_INDEX</entry>
|
||||
<entry>Secondary index (not supported)</entry>
|
||||
<entry>Secondary index</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PX_FILE_INC_SEC_INDEX</entry>
|
||||
<entry>Incremental secondary index (not supported)</entry>
|
||||
<entry>Incremental secondary index</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PX_FILE_NON_INC_SEC_INDEX_G</entry>
|
||||
<entry>(not supported)</entry>
|
||||
<entry>Non incremental secondary index</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PX_FILE_SEC_INDEX_G</entry>
|
||||
<entry>(not supported)</entry>
|
||||
<entry>Secondary index</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PX_FILE_INC_SEC_INDEX_G</entry>
|
||||
<entry>(not supported)</entry>
|
||||
<entry>Non incremental secondary index</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue