Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 597 Bytes

ZEND_MAX_EXECUTION_TIMERS.md

File metadata and controls

16 lines (12 loc) · 597 Bytes

ZEND_MAX_EXECUTION_TIMERS

  • Default: auto
  • Values: auto|ON|OFF

Zend max execution timers help with timeout and signal handling issues, especially when thread safety is enabled.

When set to auto, the Zend Max execution timers are enabled whether the thread safety (PHP_THREAD_SAFETY) is enabled and whether the target system supports them. When set to ON they get enabled whether the target system supports them regardless of the PHP_THREAD_SAFETY option. When set to OFF, they are always disabled.

Note

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