nlopess         Wed Feb  2 16:01:27 2005 EDT

  Modified files:              
    /phpdoc/en/faq      installation.xml 
  Log:
  integrate user note: expand explanation for setting PHPRC under Win 9x
  
http://cvs.php.net/diff.php/phpdoc/en/faq/installation.xml?r1=1.41&r2=1.42&ty=u
Index: phpdoc/en/faq/installation.xml
diff -u phpdoc/en/faq/installation.xml:1.41 phpdoc/en/faq/installation.xml:1.42
--- phpdoc/en/faq/installation.xml:1.41 Wed Dec 22 10:03:21 2004
+++ phpdoc/en/faq/installation.xml      Wed Feb  2 16:01:26 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
  <chapter id="faq.installation">
   <title>Installation</title>
   <titleabbrev>Installation</titleabbrev>
@@ -633,9 +633,12 @@
         Open the <filename>C:\autoexec.bat</filename> file
        </para></listitem>
        <listitem><para>
-        Add a new line to the end of the file: <literal>set PHPRC
-         C:\php</literal> (replace <literal>C:\php</literal> with the
-        directory where &php.ini; is located)
+        Add a new line to the end of the file: <literal>set
+         PHPRC=C:\php</literal> (replace <literal>C:\php</literal> with the
+        directory where &php.ini; is located). Please note that the path
+        cannot contain spaces. For instance, if you have installed PHP in
+        <filename>C:\Program Files\PHP</filename>, you would enter
+        <filename>C:\PROGRA~1\PHP</filename> instead.
        </para></listitem>
        <listitem><para>
         Save the file and restart your computer

Reply via email to