philip          Fri Jul 18 15:16:59 2003 EDT

  Modified files:              
    /phpdoc/en/faq      build.xml installation.xml 
  Log:
  Moved the newly added faq on "needing gnu tools to build php" from the
  installation faq to the more appropriate build faq.
  
  
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.26 phpdoc/en/faq/build.xml:1.27
--- phpdoc/en/faq/build.xml:1.26        Sat May 31 10:33:43 2003
+++ phpdoc/en/faq/build.xml     Fri Jul 18 15:16:58 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
 <chapter id="faq.build">
   <title>Build Problems</title>
   <titleabbrev>Build Problems</titleabbrev>
@@ -517,6 +517,26 @@
     </answer>
    </qandaentry>   
    
+   <qandaentry id="faq.installation.needgnu">
+    <question>
+     <para>
+      When compiling PHP I seemingly get random errors, like it hangs.
+      I'm using Solaris if that matters.
+     </para>
+    </question>
+    <answer>
+     <para>
+      Using non-GNU utilities while compiling PHP may cause problems.  Be
+      sure to use GNU tools in order to be certain that compiling PHP will
+      work.  For example, on Solaris, using either the SunOS BSD-compatible
+      or Solaris versions of <literal>sed</literal> will not work, but using
+      the GNU or Sun POSIX (xpg4) versions of <literal>sed</literal> will
+      work.  Links: <ulink url="&url.sed;">GNU sed</ulink>,
+      <ulink url="&url.flex;">GNU flex</ulink>, and
+      <ulink url="&url.bison;">GNU bison</ulink>.
+     </para>
+    </answer>
+   </qandaentry>
   </qandaset>
  </chapter>
 
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.23 phpdoc/en/faq/installation.xml:1.24
--- phpdoc/en/faq/installation.xml:1.23 Fri Jul 18 15:07:55 2003
+++ phpdoc/en/faq/installation.xml      Fri Jul 18 15:16:58 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <chapter id="faq.installation">
   <title>Installation</title>
   <titleabbrev>Installation</titleabbrev>
@@ -474,27 +474,6 @@
       If &php.ini; is being read and you're running PHP as a module,
       then be sure to restart your web server after making changes to
       &php.ini; 
-     </para>
-    </answer>
-   </qandaentry>
-   
-   <qandaentry id="faq.installation.needgnu">
-    <question>
-     <para>
-      When compiling PHP I seemingly get random errors, like it hangs.
-      I'm using Solaris if that matters.
-     </para>
-    </question>
-    <answer>
-     <para>
-      Using non-GNU utilities while compiling PHP may cause problems.  Be
-      sure to use GNU tools in order to be certain that compiling PHP will
-      work.  For example, on Solaris, using either the SunOS BSD-compatible
-      or Solaris versions of <literal>sed</literal> will not work, but using
-      the GNU or Sun POSIX (xpg4) versions of <literal>sed</literal> will
-      work.  Links: <ulink url="&url.sed;">GNU sed</ulink>, 
-      <ulink url="&url.flex;">GNU flex</ulink>, and
-      <ulink url="&url.bison;">GNU bison</ulink>.
      </para>
     </answer>
    </qandaentry>



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

Reply via email to