mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

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
2 lines
56 B
C
2 lines
56 B
C
#define PHP_CLI_WIN32_NO_CONSOLE 1
|
|
#include "php_cli.c"
|