mk              Tue Jan  1 16:50:36 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.xml 
  Log:
  Added titles and little introduction to options for php 4 and php 3
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.102 phpdoc/en/chapters/install.xml:1.103
--- phpdoc/en/chapters/install.xml:1.102        Sun Dec 30 10:07:17 2001
+++ phpdoc/en/chapters/install.xml      Tue Jan  1 16:50:35 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.102 $ -->
+<!-- $Revision: 1.103 $ -->
  <chapter id="installation">
   <title>Installation</title>
 
@@ -689,6 +689,16 @@
  </itemizedlist>
 -->
 
+ <sect2 id="install.configure.options">
+  <title>Configure Options in PHP 4</title>
+ <note>
+  <para>
+   These options are only used in PHP 4 as of PHP 4.1.0. 
+   Some are available in older versions of PHP 4, some even in PHP 3, some only in 
+PHP 4.1.0.
+   If you want to compile an older version, some options will probably 
+   not be available.
+  </para>
+ </note>
   <variablelist>
    <varlistentry id="install.configure.enable-maintainer-mode">
     <term>
@@ -2386,6 +2396,17 @@
      </para>
     </listitem>
    </varlistentry>
+  </variablelist>
+ </sect2>
+ <sect2 id="install.configure.options.php3">
+  <title>Configure Options in PHP 3</title>
+ <note>
+  <para>
+   These options are only valid in PHP 3. They will not work in 
+   PHP 4.
+  </para>
+ </note>
+  <variablelist>
 <!-- Options only available in PHP 3 -->
    <varlistentry id="install.configure.disable-bcmath">
     <term>
@@ -2528,7 +2549,8 @@
    </varlistentry>
 <!-- End options only available in PHP 3 -->
   </variablelist>
-  </sect1>
+ </sect2>
+</sect1>
 
   <sect1 id="install.windows">
    <title>Installation on Windows systems</title>


Reply via email to