mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
31f7699a85
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
3 lines
56 B
C
3 lines
56 B
C
#define PHP_CLI_WIN32_NO_CONSOLE 1
|
|
#include "php_cli.c"
|