We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5b67b commit e79e9ffCopy full SHA for e79e9ff
Zend/Zend.m4
@@ -269,12 +269,12 @@ fi
269
AC_MSG_CHECKING(whether to enable zend signal handling)
270
AC_MSG_RESULT($ZEND_SIGNALS)
271
272
-dnl By default, enable Zend Max Execution Timers only for ZTS builds
+dnl Don't enable Zend Max Execution Timers by default until PHP 8.3 to not break the ABI
273
AC_ARG_ENABLE([zend-max-execution-timers],
274
[AS_HELP_STRING([--enable-zend-max-execution-timers],
275
[whether to enable zend max execution timers])],
276
[ZEND_MAX_EXECUTION_TIMERS=$enableval],
277
- [ZEND_MAX_EXECUTION_TIMERS=$ZEND_ZTS])
+ [ZEND_MAX_EXECUTION_TIMERS='no'])
278
279
AS_CASE(["$host_alias"], [*linux*], [], [ZEND_MAX_EXECUTION_TIMERS='no'])
280
0 commit comments