irc-html                Sat Jan 19 18:11:33 2002 EDT

  Modified files:              
    /phpdoc/en/functions        crack.xml dbase.xml 
  Log:
  incorporate user notes, configure options
  
Index: phpdoc/en/functions/crack.xml
diff -u phpdoc/en/functions/crack.xml:1.5 phpdoc/en/functions/crack.xml:1.6
--- phpdoc/en/functions/crack.xml:1.5   Wed Jan  2 14:14:25 2002
+++ phpdoc/en/functions/crack.xml       Sat Jan 19 18:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.crack">
   <title>Crack functions</title>
   <titleabbrev>Crack functions</titleabbrev>
@@ -8,7 +8,7 @@
    <simpara>
     These functions allow you to use the CrackLib library to test the 'strength'
     of a password.  In order to use these functions, you must compile PHP with
-    Crack support by using the <option role="configure">--with-crack</option>
+    Crack support by using the <option role="configure">--with-crack[=DIR]</option>
     option.
    </simpara>
    <simpara>
Index: phpdoc/en/functions/dbase.xml
diff -u phpdoc/en/functions/dbase.xml:1.15 phpdoc/en/functions/dbase.xml:1.16
--- phpdoc/en/functions/dbase.xml:1.15  Sun Dec 30 06:51:05 2001
+++ phpdoc/en/functions/dbase.xml       Sat Jan 19 18:11:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
  <reference id="ref.dbase">
   <title>dBase functions</title>
   <titleabbrev>dBase</titleabbrev>
@@ -7,7 +7,8 @@
   <partintro>
    <simpara>
     These functions allow you to access records stored in dBase-format
-    (dbf) databases.
+    (dbf) databases.  In order to use these functions, you must compile
+    PHP with the <option role="configure">--enable-dbase</option> option.
    </simpara>
    <simpara>
     There is no support for indexes or memo fields. There is no


Reply via email to