git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287805 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-08-27 12:34:57 +00:00
parent bb2d79ed0c
commit 31983bcfe4

View file

@ -42,7 +42,7 @@ C:\PHP5\php.exe "C:\PHP Scripts\script.php" -- -arg1 -arg2 -arg3
<listitem>
<para>
Add the <literal>.PHP</literal> extension to the
<varname>PATHEXT</varname> environment variable. This is can be done
<varname>PATHEXT</varname> environment variable. This can be done
at the same time as amending the <varname>PATH</varname> environment
variable. Follow the same steps as described in the <link
linkend="faq.installation.addtopath">FAQ</link> but amend the
@ -138,7 +138,7 @@ Windows Registry Editor Version 5.00
<literal>PATH</literal> environment variable:
<screen>
<![CDATA[
script arg1 arg2 arg3
script -arg1 -arg2 -arg3
]]>
</screen>
</para>