jan             Thu Feb 28 09:31:20 2002 EDT

  Modified files:              
    /phpdoc/en/faq      build.xml 
  Log:
   - added entry about ./configure lines and how to find the
   - previous ones when upgrading PHP. (thanks to [EMAIL PROTECTED]
   - for suggesting this).
  
  
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.11 phpdoc/en/faq/build.xml:1.12
--- phpdoc/en/faq/build.xml:1.11        Mon Feb 11 18:52:19 2002
+++ phpdoc/en/faq/build.xml     Thu Feb 28 09:31:20 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <chapter id="faq.build">
   <title>Build Problems</title>
   <titleabbrev>Build Problems</titleabbrev>
@@ -371,6 +371,26 @@
      </para>
     </answer>
    </qandaentry>
+   
+   <qandaentry id="faq.build.upgrade">
+    <question>
+     <para>
+      I want to upgrade my PHP. Where can I find the <command>./configure</command>
+      line that was used to build my current PHP installation?
+     </para>
+    </question>
+    <answer>
+     <para>
+      Either you look at config.nice file, in the source tree of your current PHP
+      installation or, if this is not available, you simply run a 
+      <programlisting>
+       <?php phpinfo(); ?> 
+      </programlisting>
+      script. On top of the output the <command>./configure</command> line, that was 
+used
+      to build this PHP instalation is shown.
+     </para>
+    </answer>
+   </qandaentry>   
   </qandaset>
  </chapter>
 


Reply via email to