Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 650 Bytes

File metadata and controls

24 lines (15 loc) · 650 Bytes

The cli SAPI

Configuration options

PHP_SAPI_CLI

  • Default: ON
  • Values: ON|OFF

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

PHP_SAPI_CLI_WIN_NO_CONSOLE

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