mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
typo
This commit is contained in:
@@ -1249,7 +1249,7 @@ VOID CALLBACK tq_timer_cb(PVOID arg, BOOLEAN timed_out)
|
||||
return;
|
||||
}
|
||||
|
||||
eg = (zend_bool *)arg;
|
||||
eg = (zend_executor_globals *)arg;
|
||||
eg->timed_out = 1;
|
||||
eg->vm_interrupt = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user