- Source code: sapi/cli/CMakeLists.txt
- Default:
ON - Values:
ON|OFF
Enables the PHP CLI (Command-Line Interpreter/Interface) SAPI executable module.
- Default:
OFF - Values:
ON|OFF
Builds 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.