reference/memcache/memcache/addserver.xml
756e0dd85815e12bc06b3b087b8f5319482bc088
...
...
@@ -162,20 +162,6 @@
162
162
</para>
163
163
</refsect1>
164
164

165
-
<refsect1 role="notes">
166
-
&reftitle.notes;
167
-
<warning>
168
-
<para>
169
-
When the <parameter>port</parameter> is unspecified, this method defaults to the
170
-
value set of the PHP ini directive
171
-
<link linkend="ini.memcache.default-port">memcache.default_port</link>
172
-
If this value was changed elsewhere in your application it might lead to
173
-
unexpected results: for this reason it is wise to always specify the port
174
-
explicitly in this method call.
175
-
</para>
176
-
</warning>
177
-
</refsect1>
178
-

179
165
<refsect1 role="returnvalues">
180
166
&reftitle.returnvalues;
181
167
<para>
...
...
@@ -210,6 +196,20 @@ memcache_add_server($memcache_obj, 'memcache_host2', 11211);
210
196
</para>
211
197
</refsect1>
212
198

199
+
<refsect1 role="notes">
200
+
&reftitle.notes;
201
+
<warning>
202
+
<para>
203
+
When the <parameter>port</parameter> is unspecified, this method defaults to the
204
+
value set of the PHP ini directive
205
+
<link linkend="ini.memcache.default-port">memcache.default_port</link>
206
+
If this value was changed elsewhere in your application it might lead to
207
+
unexpected results: for this reason it is wise to always specify the port
208
+
explicitly in this method call.
209
+
</para>
210
+
</warning>
211
+
</refsect1>
212
+

213
213
<refsect1 role="seealso">
214
214
&reftitle.seealso;
215
215
<para>
216
216