You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fprintf(stderr, "zend_timeout_handler() called in a thread not managed by PHP. The expected signal handler will not be called. This is probably a bug.\n");
1409
1409
1410
1410
return;
1411
1411
}
1412
-
#endif
1412
+
#endif
1413
1413
1414
-
#ifndef__APPLE__
1414
+
#ifndef__APPLE__
1415
1415
if (si->si_value.sival_ptr!=&EG(max_execution_timer_timer)) {
1416
-
#ifdefMAX_EXECUTION_TIMERS_DEBUG
1416
+
#ifdefMAX_EXECUTION_TIMERS_DEBUG
1417
1417
fprintf(stderr, "Executing previous handler (if set) for unexpected signal SIGRTMIN received on thread %d\n", (pid_t) syscall(SYS_gettid));
0 commit comments