Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 367 Bytes

ZEND_SIGNALS.md

File metadata and controls

13 lines (9 loc) · 367 Bytes

ZEND_SIGNALS

  • Default: ON
  • Values: ON|OFF

Whether to enable Zend signals handling within the Zend Engine for performance. When enabled and if the target system supports them, they will be enabled, otherwise they will be disabled.

See also: https://wiki.php.net/rfc/zendsignals

Note

This option is not available when the target system is Windows.