From a0eb6a600e650544ecdc0364d5940ccf4a07d62e Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 14 Jan 2004 19:42:54 +0000 Subject: [PATCH] added reference to php-win.exe git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148697 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/commandline.xml b/features/commandline.xml index 244afeb38b..99a779b150 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -61,6 +61,12 @@ distributes the CLI as php.exe in a separate folder named cli, so cli/php.exe. + + 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. + What SAPI do I have?