tony2001 Tue Aug 16 09:44:40 2005 EDT
Modified files:
/phpdoc/en/reference/memcache configure.xml
Log:
there is no --with option, there is --enable-memcache
http://cvs.php.net/diff.php/phpdoc/en/reference/memcache/configure.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/memcache/configure.xml
diff -u phpdoc/en/reference/memcache/configure.xml:1.1
phpdoc/en/reference/memcache/configure.xml:1.2
--- phpdoc/en/reference/memcache/configure.xml:1.1 Tue Aug 3 21:56:31 2004
+++ phpdoc/en/reference/memcache/configure.xml Tue Aug 16 09:44:37 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="memcache.installation">
&reftitle.install;
<para>
@@ -8,8 +8,8 @@
<ulink url="&url.pecl.package;memcache">&url.pecl.package;memcache</ulink>.
</para>
<para>
- In order to use these functions you must compile PHP with MemCache support
- by using the <option role="configure">--with-memcache[=DIR]</option> option.
+ In order to use these functions you must compile PHP with Memcache support
+ by using the <option role="configure">--enable-memcache[=DIR]</option>
option.
</para>
<para>
Windows users will enable <filename>php_memcache.dll</filename> inside
@@ -37,4 +37,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->