Skip to content

Commit e79e9ff

Browse files
committed
disable max execution timers by default
1 parent be5b67b commit e79e9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/Zend.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ fi
269269
AC_MSG_CHECKING(whether to enable zend signal handling)
270270
AC_MSG_RESULT($ZEND_SIGNALS)
271271
272-
dnl By default, enable Zend Max Execution Timers only for ZTS builds
272+
dnl Don't enable Zend Max Execution Timers by default until PHP 8.3 to not break the ABI
273273
AC_ARG_ENABLE([zend-max-execution-timers],
274274
[AS_HELP_STRING([--enable-zend-max-execution-timers],
275275
[whether to enable zend max execution timers])],
276276
[ZEND_MAX_EXECUTION_TIMERS=$enableval],
277-
[ZEND_MAX_EXECUTION_TIMERS=$ZEND_ZTS])
277+
[ZEND_MAX_EXECUTION_TIMERS='no'])
278278
279279
AS_CASE(["$host_alias"], [*linux*], [], [ZEND_MAX_EXECUTION_TIMERS='no'])
280280

0 commit comments

Comments
 (0)