X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client.c;fp=src%2Fphp_http_client.c;h=dcdfffab4ffd572fe5213c516423c81faa77e159;hp=a272fa45d0a4f6c2658b20273b828b57f7c0097f;hb=6182cbb81110e28b44f724c401ce1b96b4582d6a;hpb=bb947e44a91401fcc622d0cc023dc501c4ffa2b0 diff --git a/src/php_http_client.c b/src/php_http_client.c index a272fa4..dcdfffa 100644 --- a/src/php_http_client.c +++ b/src/php_http_client.c @@ -807,6 +807,8 @@ static PHP_METHOD(HttpClient, requeue) if (fci.object) { GC_ADDREF(fci.object); } + e->closure.fci = fci; + e->closure.fcc = fcc; } RETURN_ZVAL(getThis(), 1, 0); }