alindeman               Fri Feb 15 19:32:59 2002 EDT

  Modified files:              
    /phpdoc/en/functions        ctype.xml 
  Log:
  should be --enable-ctype
  
  
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.17 phpdoc/en/functions/ctype.xml:1.18
--- phpdoc/en/functions/ctype.xml:1.17  Fri Feb 15 18:32:11 2002
+++ phpdoc/en/functions/ctype.xml       Fri Feb 15 19:32:56 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
  <reference id="ref.ctype">
   <title>Character type functions</title>
   <titleabbrev>ctype</titleabbrev>
@@ -12,7 +12,7 @@
    </para>
    <para>
     To get these functions to work, you must have compiled PHP
-    with <option role="configure">--with-ctype</option>.
+    with <option role="configure">--enable-ctype</option>.
    </para>
    <para>
     When called with an integer argument these functions 


Reply via email to