mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
reset blocking state on init
This commit is contained in:
parent
139a73b5a4
commit
f46063495d
1 changed files with 2 additions and 0 deletions
|
@ -816,6 +816,8 @@ void zend_fiber_init(void)
|
|||
zend_fiber_switch_block = fiber_switch_block;
|
||||
zend_fiber_switch_unblock = fiber_switch_unblock;
|
||||
zend_fiber_switch_blocked = fiber_switch_blocked;
|
||||
|
||||
zend_fiber_switch_blocking = 0;
|
||||
}
|
||||
|
||||
void zend_fiber_shutdown(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue