Skip to content

Commit aac41f1

Browse files
committed
try to fix tracing JIT
1 parent 12d0997 commit aac41f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4693,6 +4693,9 @@ static int accel_finish_startup(void)
46934693
zend_accel_error(ACCEL_LOG_WARNING, "Preloading failed to setuid(%d)", pw->pw_uid);
46944694
exit(1);
46954695
}
4696+
#ifdef ZEND_TIMER
4697+
zend_timer_create();
4698+
#endif
46964699
in_child = 1;
46974700
} else { /* parent */
46984701
int status;

0 commit comments

Comments
 (0)