nlopess Sun Apr 3 12:36:54 2005 EDT
Modified files:
/phpdoc/howto tools.xml
Log:
just put the PHP directory in the path
http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.23 phpdoc/howto/tools.xml:1.24
--- phpdoc/howto/tools.xml:1.23 Sun Apr 3 06:53:20 2005
+++ phpdoc/howto/tools.xml Sun Apr 3 12:36:53 2005
@@ -341,21 +341,8 @@
</para>
<para>
- 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. You may use the recommended
- <filename>php.ini</filename> file as the default settings
- for PHP scripts differ from the ones required by phpdoc
- PHP scripts. The recommended <filename>php.ini</filename>
- file can be found in <filename>phpdoc/scripts</filename>.
- Something like this works (modify this according to your
- PHP setup directory):
- <informalexample>
- <programlisting>
- @"C:\php\cli\php.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
- </programlisting>
- </informalexample>
+ You also need a working copy of PHP to build/test the manual, whose
+ directory should be in the path, like it's explained in the manual.
</para>
<para>
@@ -372,11 +359,9 @@
|
\--phpdoc-tools
|
- +--jade
- | |
- | \--jade.exe (etc)
- |
- \--php.bat
+ \--jade
+ |
+ \--jade.exe (etc)
</programlisting>
</informalexample>
</para>