mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
set no_separation = 1
This commit is contained in:
parent
3cfeca549c
commit
fcb6d907aa
2
php_uv.c
2
php_uv.c
@ -537,7 +537,7 @@ static int php_uv_do_callback2(zval **retval_ptr, php_uv_t *uv, zval ***params,
|
||||
uv->callback[type]->fci.params = params;
|
||||
uv->callback[type]->fci.retval_ptr_ptr = retval_ptr;
|
||||
uv->callback[type]->fci.param_count = param_count;
|
||||
uv->callback[type]->fci.no_separation = 0;
|
||||
uv->callback[type]->fci.no_separation = 1;
|
||||
|
||||
if (zend_call_function(&uv->callback[type]->fci, &uv->callback[type]->fcc TSRMLS_CC) != SUCCESS) {
|
||||
error = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user