alindeman               Thu Feb  7 19:46:53 2002 EDT

  Modified files:              
    /phpdoc/en/faq      build.xml 
  Log:
  Changed most (if not all) of the stuff described in bug #12434.  Please make sure 
everything is correct.  Thanks!
  
  
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.9 phpdoc/en/faq/build.xml:1.10
--- phpdoc/en/faq/build.xml:1.9 Sat Jan 26 13:16:56 2002
+++ phpdoc/en/faq/build.xml     Thu Feb  7 19:46:53 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <chapter id="faq.build">
   <title>Build Problems</title>
   <titleabbrev>Build Problems</titleabbrev>
@@ -128,7 +128,7 @@
      </para>
      <para>
       Some people have also reported that they had to add '-ldl' immediately
-      following '<filename>libphp3.a</filename>' when linking with Apache.
+      following '<filename>libphp4.a</filename>' when linking with Apache.
      </para>
     </answer>
    </qandaentry>
@@ -172,8 +172,8 @@
         <simpara>
          Change directories into to your 
<filename>/&lt;path&gt;/apache-1.3/src</filename>
          directory and edit the <filename>Configuration</filename> file. 
-         At the end of the file, add: 
-         <literal>AddModule modules/php3/libphp3.a</literal>.
+         Add to the file: 
+         <literal>AddModule modules/php4/libphp4.a</literal>.
         </simpara>
        </listitem>
        <listitem>
@@ -218,8 +218,9 @@
          <literal>/path/to/binary/httpd -l</literal>
         </simpara>
         <simpara>
-         If you don't see <filename>mod_php3.c</filename> listed then you are 
-         not running the right binary.  Find and install the correct binary.
+         If you don't see <filename>mod_php4.c</filename> listed then
+         you are not running the right binary.  Find and install the
+         correct binary.
         </simpara>
        </listitem>
        <listitem>
@@ -263,10 +264,8 @@
     </question>
     <answer>
      <para>
-      Well, you decided to try to outsmart the people who wrote those nice 
-      step-by-step instructions for you and you have now discovered that 
-      these people cannot be outsmarted.  The libphp4.a file is not supposed to
-      exist.  The Apache build process will create it.
+       Note that the libphp4.a file is not supposed to exist.  The
+       apache process will create it!
      </para>
     </answer>
    </qandaentry>


Reply via email to