]> granicus.if.org Git - php/commit
Add optional php-win.exe variation of the CLI sapi.
authorWez Furlong <wez@php.net>
Wed, 14 Jan 2004 03:14:18 +0000 (03:14 +0000)
committerWez Furlong <wez@php.net>
Wed, 14 Jan 2004 03:14:18 +0000 (03:14 +0000)
commit31f7699a857534d24990b1c7d5e06ed81e85ad9b
tree83ccca6f9fb494e4ae3d808b97cf2e2f992fab83
parent604890702933a37814b379b0a947bb092e837b3e
Add optional php-win.exe variation of the CLI sapi.
php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effectively set to /dev/null
and no "dos box" will appear on screen when running scripts
using this sapi (php-gtk people will be familiar with this concept).

Aside from those differences, php-win.exe is 100% identical to
regular CLI
sapi/cli/cli_win32.c [new file with mode: 0644]
sapi/cli/config.w32
sapi/cli/php_cli.c