[PHP-DOC] cvs: phpdoc /en/faq build.xml From: Simone Cortesi (simone <email protected>)
Date: 01/31/03

cortesi Fri Jan 31 20:33:47 2003 EDT

  Modified files:
    /phpdoc/en/faq build.xml
  Log:
  WS fix
  
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.21 phpdoc/en/faq/build.xml:1.22
--- phpdoc/en/faq/build.xml:1.21 Fri Jan 31 20:25:15 2003
+++ phpdoc/en/faq/build.xml Fri Jan 31 20:33:47 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 <chapter id="faq.build">
   <title>Build Problems</title>
   <titleabbrev>Build Problems</titleabbrev>
@@ -142,8 +142,8 @@
     </question>
     <answer>
      <para>
- You need to update your version of Bison. You can find the latest version
- at <ulink url="&faqurl.bison;">&faqurl.bison;</ulink>.
+ You need to update your version of Bison. You can find the latest version
+ at <ulink url="&faqurl.bison;">&faqurl.bison;</ulink>.
      </para>
     </answer>
    </qandaentry>
@@ -294,8 +294,8 @@
         </simpara>
         <simpara>
          Also make sure that this AddType line is not hidden away inside a
- &lt;Virtualhost&gt; or &lt;Directory&gt; block which would
- prevent it from applying to the location of your test script.
+ &lt;Virtualhost&gt; or &lt;Directory&gt; block which would
+ prevent it from applying to the location of your test script.
         </simpara>
        </listitem>
        <listitem>
@@ -324,8 +324,8 @@
     </question>
     <answer>
      <para>
- Note that the <filename>libphp4.a</filename> file is not supposed to exist. The
- apache process will create it!
+ Note that the <filename>libphp4.a</filename> file is not supposed to exist. The
+ apache process will create it!
      </para>
     </answer>
    </qandaentry>
@@ -401,13 +401,14 @@
    <qandaentry id="faq.build.microtime">
     <question>
      <para>
- During <command>make</command>, I get errors in microtime, and a lot of <literal>RUSAGE_</literal> stuff.
+ During <command>make</command>, I get errors in microtime,
+ and a lot of <literal>RUSAGE_</literal> stuff.
     </para>
     </question>
     <answer>
      <para>
- During the <command>make</command> portion of installation, if you encounter problems
- that look similar to this:
+ During the <command>make</command> portion of installation,
+ if you encounter problems that look similar to this:
       <programlisting>
 <![CDATA[
 microtime.c: In function `php_if_getrusage':
@@ -427,10 +428,10 @@
       </programlisting>
      </para>
      <para>
- Your system is broken. You need to fix your <filename>/usr/include</filename> files by
- installing a glibc-devel package that matches your glibc. This has
- absolutely nothing to do with PHP. To prove this to yourself, try this
- simple test:
+ Your system is broken. You need to fix your <filename>/usr/include</filename> files by
+ installing a glibc-devel package that matches your glibc. This has
+ absolutely nothing to do with PHP. To prove this to yourself, try this
+ simple test:
      <programlisting>
 <![CDATA[
 $ cat >test.c <<X

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