betz            Sat Mar 29 10:36:23 2003 EDT

  Modified files:              
    /phpdoc/en/faq      installation.xml 
  Log:
  use of entities
  
  
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.20 phpdoc/en/faq/installation.xml:1.21
--- phpdoc/en/faq/installation.xml:1.20 Tue Feb  4 04:38:22 2003
+++ phpdoc/en/faq/installation.xml      Sat Mar 29 10:36:22 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
  <chapter id="faq.installation">
   <title>Installation</title>
   <titleabbrev>Installation</titleabbrev>
@@ -40,6 +40,9 @@
       the distribution to <filename>/etc/php.ini</filename> and
       edit it to make any local changes you want.
      </para>
+      <programlisting>
+--with-config-file-scan-dir=PATH 
+      </programlisting>
      <para>
       On Windows the default path for the &php.ini; file is the Windows
       directory. If you're using the Apache webserver, &php.ini; is first
@@ -141,7 +144,7 @@
      <para>
       Assuming you installed both Apache and PHP from RPM packages, 
       you need to uncomment or add some or all of the following lines
-      in your <filename>http.conf</filename> file:
+      in your &httpd.conf; file:
       <programlisting>
 # Extra Modules
 AddModule mod_php.c



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

Reply via email to