- Source code: sapi/cli/CMakeLists.txt
Configure the cli
PHP SAPI.
- Default:
ON
- Values:
ON|OFF
Enable the PHP CLI (Command-Line Interpreter/Interface) SAPI executable module.
- Default:
OFF
- Values:
ON|OFF
Build additional console-less CLI SAPI executable (executable name php-win
).
Same as the main CLI SAPI (php
) but without the console (no output is given).
Note
This option is only available when the target system is Windows.