mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added reference to php-win.exe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148697 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
03462833ab
commit
a0eb6a600e
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<chapter id="features.commandline">
|
||||
<title>Using PHP from the command line</title>
|
||||
<!-- NEW DOCUMENTATION STARTS -->
|
||||
|
@ -61,6 +61,12 @@
|
|||
distributes the CLI as <filename>php.exe</filename> in a separate folder
|
||||
named <literal>cli</literal>, so <literal>cli/php.exe</literal>.
|
||||
</para>
|
||||
<para>
|
||||
As of PHP 4.3.5, a new php-win.exe file is distributed. This is equal to the
|
||||
CLI version, except that php-win doesn't output anything and thus as no
|
||||
console (no "dos box" appears on the screen). This method is similar with
|
||||
php-gtk.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<title>What SAPI do I have?</title>
|
||||
|
|
Loading…
Reference in a new issue