between :
php.exe
and
php-cgi.exe
and
php-win.exe
which 1 should i use?
thnaks in advane
peleg
what is the difference
Hi,
php.exe is the cli version (command line interface) for use on e.g. a command prompt.
php-cgi.exe is the cgi version if you want to enable php as cgi in e.g. apache.
php-win.exe is a windows version of the php executable without a console. So it doesn't start a DOS console if you try to execute it. Use that executable if you want to e.g. execute some PHP jobs with the windows scheduler.
Thomas
what do u mean by
php as cgi in e.g. apache
http://www.php.net/manual/en/security.cgi-bin.php may give you a bit more help. However its security not really explaining what CGI is.