Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 651 Bytes

cli.md

File metadata and controls

24 lines (15 loc) · 651 Bytes

The cli SAPI

Configure the cli PHP SAPI.

PHP_SAPI_CLI

  • Default: ON
  • Values: ON|OFF

Enable the PHP CLI (Command-Line Interpreter/Interface) SAPI executable module.

PHP_SAPI_CLI_WIN_NO_CONSOLE

  • 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.