mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Fix uv_spawn()
This commit is contained in:
parent
0d8adf5609
commit
1400af988e
4
php_uv.c
4
php_uv.c
@ -1468,10 +1468,6 @@ static int php_uv_do_callback3(zval *retval_ptr, php_uv_t *uv, zval *params, int
|
|||||||
|
|
||||||
//zend_fcall_info_args_clear(&uv->callback[type]->fci, 0);
|
//zend_fcall_info_args_clear(&uv->callback[type]->fci, 0);
|
||||||
|
|
||||||
if (EG(exception)) {
|
|
||||||
uv_stop(uv->uv.handle.loop);
|
|
||||||
}
|
|
||||||
|
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user