betz            Fri Jan 10 20:15:33 2003 EDT

  Modified files:              
    /phpdoc/en/reference/zip    configure.xml 
    /phpdoc/en/reference/yaz    configure.xml 
    /phpdoc/en/reference/pcre   configure.xml 
    /phpdoc/en/reference/pcntl  configure.xml 
    /phpdoc/en/reference/msql   configure.xml 
    /phpdoc/en/reference/mcrypt configure.xml 
    /phpdoc/en/reference/ldap   configure.xml 
    /phpdoc/en/reference/java   configure.xml 
    /phpdoc/en/reference/ingres-ii      configure.xml 
    /phpdoc/en/reference/imap   configure.xml 
    /phpdoc/en/reference/domxml configure.xml 
    /phpdoc/en/reference/bzip2  configure.xml 
  Log:
  some typos and small additions
  
Index: phpdoc/en/reference/zip/configure.xml
diff -u phpdoc/en/reference/zip/configure.xml:1.1 
phpdoc/en/reference/zip/configure.xml:1.2
--- phpdoc/en/reference/zip/configure.xml:1.1   Mon Dec  2 07:55:46 2002
+++ phpdoc/en/reference/zip/configure.xml       Fri Jan 10 20:15:29 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="zip.installation">
  &reftitle.install;
  <para>
   Zip support in PHP is not enabled by default. You will need to
-  use the <option role="configure">--with-zip</option>
+  use the <option role="configure">--with-zip[=DIR]</option>
   configuration option when compiling PHP to enable zip support.
  </para>
  <note>
Index: phpdoc/en/reference/yaz/configure.xml
diff -u phpdoc/en/reference/yaz/configure.xml:1.1 
phpdoc/en/reference/yaz/configure.xml:1.2
--- phpdoc/en/reference/yaz/configure.xml:1.1   Mon Dec  2 07:55:45 2002
+++ phpdoc/en/reference/yaz/configure.xml       Fri Jan 10 20:15:30 2003
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="yaz.installation">
  &reftitle.install;
  <para>
-  Compile YAZ and install it. Build PHP with your favourite
+  Compile YAZ (ANSI/NISO Z39.50) and install it. Build PHP with your favourite
   modules and add option 
   <option role="configure">--with-yaz[=DIR]</option>.
   Your task is roughly the following:
Index: phpdoc/en/reference/pcre/configure.xml
diff -u phpdoc/en/reference/pcre/configure.xml:1.1 
phpdoc/en/reference/pcre/configure.xml:1.2
--- phpdoc/en/reference/pcre/configure.xml:1.1  Sun Dec  1 12:10:16 2002
+++ phpdoc/en/reference/pcre/configure.xml      Fri Jan 10 20:15:30 2003
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="pcre.installation">
  &reftitle.install;
  <para>
   Beginning with PHP 4.2.0 these functions are enabled by default. You can
   disable the pcre functions with
-  <option role="configure">--without-pcre-regex</option>.
+  <option role="configure">--without-pcre-regex</option>. Use
+  <option role="configure"> --with-pcre-regex=DIR</option> to specify DIR
+  where PCRE's include and library files are located, if not using bundled library.
   For older versions you have to configure and compile PHP 
   with <option role="configure">--with-pcre-regex[=DIR]</option> in order
   to use these functions.
Index: phpdoc/en/reference/pcntl/configure.xml
diff -u phpdoc/en/reference/pcntl/configure.xml:1.1 
phpdoc/en/reference/pcntl/configure.xml:1.2
--- phpdoc/en/reference/pcntl/configure.xml:1.1 Sun Dec  1 12:10:16 2002
+++ phpdoc/en/reference/pcntl/configure.xml     Fri Jan 10 20:15:30 2003
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="pcntl.installation">
  &reftitle.install;
  <para>
-  Process Control support in PHP is not enabled by default. You will need
-  to use the <option role="configure">--enable-pcntl</option>
-  configuration option when compiling PHP to enable Process Control
-  support.
+  Process Control support in PHP is not enabled by default.
+  You have to compile the CGI or CLI version of PHP with
+  <option role="configure">--enable-pcntl</option> configuration
+  option when compiling PHP to enable Process Control support.
  </para>
  <note>
   <para>
Index: phpdoc/en/reference/msql/configure.xml
diff -u phpdoc/en/reference/msql/configure.xml:1.1 
phpdoc/en/reference/msql/configure.xml:1.2
--- phpdoc/en/reference/msql/configure.xml:1.1  Sat Nov 30 10:33:22 2002
+++ phpdoc/en/reference/msql/configure.xml      Fri Jan 10 20:15:31 2003
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="msql.installation">
  &reftitle.install;
  <para>
   In order to have these functions available, you must compile PHP with
   msql support by using the
-  <option role="configure">--with-msql[=dir]</option> option. The default
-  location is <filename>/usr/local/Hughes</filename>.
+  <option role="configure">--with-msql[=DIR]</option> option. DIR is the mSQL
+  base install directory, defaults to <filename>/usr/local/Hughes</filename>.
  </para>
  <note>
   <title>Note to Win32 Users</title>
Index: phpdoc/en/reference/mcrypt/configure.xml
diff -u phpdoc/en/reference/mcrypt/configure.xml:1.1 
phpdoc/en/reference/mcrypt/configure.xml:1.2
--- phpdoc/en/reference/mcrypt/configure.xml:1.1        Sat Nov 30 10:33:19 2002
+++ phpdoc/en/reference/mcrypt/configure.xml    Fri Jan 10 20:15:31 2003
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="mcrypt.installation">
  &reftitle.install;
  <para>
   You need to compile PHP with the <option
   role="configure">--with-mcrypt[=DIR]</option> parameter to enable this
-  extension. Make sure you compile libmcrypt with the option <option
-  role="configure">--disable-posix-threads</option>.
+  extension. DIR is the mcrypt install directory. Make sure you compile
+  libmcrypt with the option 
+  <option role="configure">--disable-posix-threads</option>.
  </para>
 </section>
 
Index: phpdoc/en/reference/ldap/configure.xml
diff -u phpdoc/en/reference/ldap/configure.xml:1.2 
phpdoc/en/reference/ldap/configure.xml:1.3
--- phpdoc/en/reference/ldap/configure.xml:1.2  Fri Dec 13 16:35:51 2002
+++ phpdoc/en/reference/ldap/configure.xml      Fri Jan 10 20:15:31 2003
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="ldap.installation">
  &reftitle.install;
  <para>
   LDAP support in PHP is not enabled by default. You will need to
-  use the <link linkend="install.configure.with-ldap">--with-ldap</link>
+  use the <option role="configure">--with-ldap[=DIR]</option>
   configuration option when compiling PHP to enable LDAP support.
+  DIR is the LDAP base install directory.
  </para>
  <note>
   <title>Note to Win32 Users</title>
Index: phpdoc/en/reference/java/configure.xml
diff -u phpdoc/en/reference/java/configure.xml:1.1 
phpdoc/en/reference/java/configure.xml:1.2
--- phpdoc/en/reference/java/configure.xml:1.1  Sat Nov 30 10:33:18 2002
+++ phpdoc/en/reference/java/configure.xml      Fri Jan 10 20:15:32 2003
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="java.installation">
  &reftitle.install;
  <para>
-  Build instructions for this extension can be found in
+  To include Java support in your PHP build you must add the option
+  <option role="configure">--with-java[=DIR]</option> where DIR points
+  to the base install directory of your JDK. This extension can only be built
+  as a shared dl. More build instructions for this extension can be found in
   <filename>php4/ext/java/README</filename>.
  </para>
  <note>
@@ -11,7 +14,7 @@
   <simpara>
    In order to enable this module on a Windows environment, you must copy
    <emphasis>jvm.dll</emphasis> from the DLL folder of the PHP/Win32 binary
-   package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
+   package to the SYSTEM32 folder of your windows machine. (Ex:C:\WINNT\SYSTEM32
    or C:\WINDOWS\SYSTEM32)
   </simpara>
  </note>
Index: phpdoc/en/reference/ingres-ii/configure.xml
diff -u phpdoc/en/reference/ingres-ii/configure.xml:1.1 
phpdoc/en/reference/ingres-ii/configure.xml:1.2
--- phpdoc/en/reference/ingres-ii/configure.xml:1.1     Sat Nov 30 07:45:47 2002
+++ phpdoc/en/reference/ingres-ii/configure.xml Fri Jan 10 20:15:32 2003
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="ingres.installation">
  &reftitle.install;
  <para>
   In order to have these functions available, you must compile PHP with
   Ingres support by using the
-  <option role="configure">--with-ingres=[DIR]</option> option, where DIR is
+  <option role="configure">--with-ingres[=DIR]</option> option, where DIR is
   the Ingres base directory, which defaults to <filename>/II/ingres</filename>.
   If the II_SYSTEM environment variable isn't correctly set you may have to
   use <option role="configure">--with-ingres=DIR</option>
Index: phpdoc/en/reference/imap/configure.xml
diff -u phpdoc/en/reference/imap/configure.xml:1.1 
phpdoc/en/reference/imap/configure.xml:1.2
--- phpdoc/en/reference/imap/configure.xml:1.1  Sat Nov 30 07:45:46 2002
+++ phpdoc/en/reference/imap/configure.xml      Fri Jan 10 20:15:32 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="imap.installation">
  &reftitle.install;
  <para>
   To get these functions to work, you have to compile PHP with
-  <option role="configure">--with-imap=[DIR]</option>, where DIR is the
+  <option role="configure">--with-imap[=DIR]</option>, where DIR is the
   c-client install prefix.
  </para>
  <note>
Index: phpdoc/en/reference/domxml/configure.xml
diff -u phpdoc/en/reference/domxml/configure.xml:1.1 
phpdoc/en/reference/domxml/configure.xml:1.2
--- phpdoc/en/reference/domxml/configure.xml:1.1        Wed Nov 27 19:42:44 2002
+++ phpdoc/en/reference/domxml/configure.xml    Fri Jan 10 20:15:32 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="domxml.installation">
  &reftitle.install;
  <para>
   This extension is only available if PHP was configured with
-  <option role="configure">--with-dom=[DIR]</option>. Add
+  <option role="configure">--with-dom[=DIR]</option>. Add
   <option role="configure">--with-dom-xslt[=DIR]</option> to include DOM
   XSLT support. DIR is the libxslt install directory. Add
   <option role="configure">--with-dom-exslt[=DIR]</option> to include DOM
Index: phpdoc/en/reference/bzip2/configure.xml
diff -u phpdoc/en/reference/bzip2/configure.xml:1.3 
phpdoc/en/reference/bzip2/configure.xml:1.4
--- phpdoc/en/reference/bzip2/configure.xml:1.3 Sat Nov 30 07:19:55 2002
+++ phpdoc/en/reference/bzip2/configure.xml     Fri Jan 10 20:15:33 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="bzip2.installation">
  &reftitle.install;
  <para>
   Bzip2 support in <literal>PHP</literal> is not enabled by default. You will
-  need to use the <option role="configure">--with-bz2=[DIR]</option>
+  need to use the <option role="configure">--with-bz2[=DIR]</option>
   configuration option when compiling PHP to enable bzip2 support.
  </para>
 </section>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to