Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memcache constants sync with EN #820

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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