Skip to content

Commit

Permalink
Fix section order issues in MemCached extension
Browse files Browse the repository at this point in the history
Part of #658
  • Loading branch information
Girgias committed Jun 6, 2021
1 parent d9fbe7e commit b185650
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
46 changes: 23 additions & 23 deletions reference/memcached/memcached/get.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,29 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PECL memcached 3.0.0</entry>
<entry>
The <parameter role="reference">cas_token</parameter> parameter was removed.
Instead <parameter>flags</parameter> was added and when it is given the value of <constant>Memcached::GET_EXTENDED</constant> it will ensure the CAS token to be fetched.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down Expand Up @@ -119,29 +142,6 @@ if (!($ip = $m->get('ip_block'))) {
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PECL memcached 3.0.0</entry>
<entry>
The <parameter role="reference">cas_token</parameter> parameter was removed.
Instead <parameter>flags</parameter> was added and when it is given the value of <constant>Memcached::GET_EXTENDED</constant> it will ensure the CAS token to be fetched.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
46 changes: 23 additions & 23 deletions reference/memcached/memcached/getmulti.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,29 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PECL memcached 3.0.0</entry>
<entry>
The <parameter role="reference">cas_tokens</parameter> parameter was removed.
The <constant>Memcached::GET_EXTENDED</constant> was added and when passed as a flag it ensures the CAS tokens to be fetched.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down Expand Up @@ -243,29 +266,6 @@ zoo
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>PECL memcached 3.0.0</entry>
<entry>
The <parameter role="reference">cas_tokens</parameter> parameter was removed.
The <constant>Memcached::GET_EXTENDED</constant> was added and when passed as a flag it ensures the CAS tokens to be fetched.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down

0 comments on commit b185650

Please sign in to comment.