goba            Sat May 11 06:40:01 2002 EDT

  Modified files:              
    /phpdoc/howto       tools.xml 
  Log:
  Adding php.ini info
  
  
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.7 phpdoc/howto/tools.xml:1.8
--- phpdoc/howto/tools.xml:1.7  Wed May  1 13:22:03 2002
+++ phpdoc/howto/tools.xml      Sat May 11 06:40:01 2002
@@ -344,11 +344,13 @@
      You also need a working copy of PHP 4.x to build the manual.
      On Windows, you should put a <filename>php.bat</filename>
      file to the <filename>phpdoc-tools</filename> directory, with
-     a PHP calling line. Something like this works (modify this according
-     to your PHP setup directory):
+     a PHP calling line. You may use the recommended php.ini file
+     as the default settings for PHP scripts differ from the ones
+     required by phpdoc PHP scripts. Something like this works
+     (modify this according to your PHP setup directory):
      <informalexample>
       <programlisting>
-       @"E:\Program Files\PHP\php.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
+       @"E:\Program Files\PHP\php.exe" -c f:/phpcvs/phpdoc/scripts/php.ini %1 %2 %3 
+%4 %5 %6 %7 %8 %9
       </programlisting>
      </informalexample>
     </para>


Reply via email to