[PHP-DOC] cvs: phpdoc /en/faq installation.xml From: Hojtsy Gabor (goba <email protected>)
Date: 08/14/01

goba Tue Aug 14 04:12:46 2001 EDT

  Modified files:
    /phpdoc/en/faq installation.xml
  Log:
  Entity usage corrected, more PHP 4 compliant text
  
  
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.3 phpdoc/en/faq/installation.xml:1.4
--- phpdoc/en/faq/installation.xml:1.3 Thu Aug 2 13:36:43 2001
+++ phpdoc/en/faq/installation.xml Tue Aug 14 04:12:46 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <chapter id="faq.installation">
   <title>Installation</title>
   <titleabbrev>Installation</titleabbrev>
@@ -10,22 +10,22 @@
    </para>
    <para>
     To install PHP, follow the instructions in the
- <ulink url="&faqurl.file.installation;">INSTALLATION</ulink>
+ <ulink url="&faqurl.file.installation;">INSTALL</ulink>
     file located in the distribution. Windows 95 and NT users should also read the
- <ulink url="&faqurl.file.readmewin;">README.WIN32</ulink>
+ <ulink url="&faqurl.file.readmewin;">install.txt</ulink>
     file. There are also some helpful hints for Windows users
- <ulink url="&faqurl.php.manual.config.nt;">here</ulink>.
+ <link linkend="install-windows">here</link>.
    </para>
    <para>
     If you are trying to install PHP for use with Netscape's web server on
- Unix see: <ulink url="faqurl.install">&faqurl.install;</ulink>
+ Unix see: <ulink url="&faqurl.install;">&faqurl.install;</ulink>
    </para>
 
   <qandaset>
- <qandaentry id="faq.installation.php3ini">
+ <qandaentry id="faq.installation.phpini">
     <question>
      <para>
- Where should my php3.ini file be located?
+ Where should my php.ini file be located?
      </para>
     </question>
     <answer>
@@ -37,8 +37,8 @@
      <programlisting>
     --with-config-file-path=/etc
      </programlisting>
- And then you would copy <filename>php3.ini-dist</filename> from
- the distribution to <filename>/etc/php3.ini</filename> and
+ And then you would copy <filename>php.ini-dist</filename> from
+ the distribution to <filename>/etc/php.ini</filename> and
      edit it to make any local changes you want.
      </para>
     </answer>
@@ -173,18 +173,6 @@
      from the distribution tarball of PHP and follow the instructions in
      <filename>INSTALL.REDHAT</filename> found in that distribution.
          </para>
- </answer>
- </qandaentry>
-
- <qandaentry id="faq.installation.libraries">
- <question>
- <para>
- How do I get these libraries to work?
- </para>
- </question>
- <answer>
- <para>
- </para>
     </answer>
    </qandaentry>
   </qandaset>