Skip to content

Commit

Permalink
memcache constants sync with EN (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 1, 2024
1 parent c9e3c6e commit 0b79228
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions reference/memcache/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
<!-- EN-Revision: 6baee543e68e0bc3182c730cea994eadfc8364b4 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<appendix xml:id='memcache.constants' xmlns="http://docbook.org/ns/docbook">
Expand All @@ -15,9 +15,9 @@
</row>
</thead>
<tbody>
<row>
<row xml:id="constantmemcache-compressed">
<entry>
<constant xml:id="constantmemcache-compressed">MEMCACHE_COMPRESSED</constant>
<constant>MEMCACHE_COMPRESSED</constant>
(<type>int</type>)
</entry>
<entry>
Expand All @@ -27,18 +27,18 @@
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<row xml:id="constantmemcache-have-session">
<entry>
<constant xml:id="constantmemcache-have-session">MEMCACHE_HAVE_SESSION</constant>
<constant>MEMCACHE_HAVE_SESSION</constant>
(<type>int</type>)
</entry>
<entry>
1 si le gestionnaire de session Memcache est disponible, 0 sinon.
</entry>
</row>
<row>
<row xml:id="constantmemcache-user1">
<entry>
<constant xml:id="constantmemcache-user1">MEMCACHE_USER1</constant>
<constant>MEMCACHE_USER1</constant>
(<type>int</type>)
</entry>
<entry>
Expand All @@ -49,9 +49,9 @@
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<row xml:id="constantmemcache-user2">
<entry>
<constant xml:id="constantmemcache-user2">MEMCACHE_USER2</constant>
<constant>MEMCACHE_USER2</constant>
(<type>int</type>)
</entry>
<entry>
Expand All @@ -62,9 +62,9 @@
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<row xml:id="constantmemcache-user3">
<entry>
<constant xml:id="constantmemcache-user3">MEMCACHE_USER3</constant>
<constant>MEMCACHE_USER3</constant>
(<type>int</type>)
</entry>
<entry>
Expand All @@ -75,9 +75,9 @@
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<row xml:id="constantmemcache-user4">
<entry>
<constant xml:id="constantmemcache-user4">MEMCACHE_USER4</constant>
<constant>MEMCACHE_USER4</constant>
(<type>int</type>)
</entry>
<entry>
Expand Down

0 comments on commit 0b79228

Please sign in to comment.