X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_response.c;h=b1377fe64c7b3d49aed4604c992501de9b4026c3;hp=2fe9d2c45d5fa2a87d9d3e97143f9512a16efd29;hb=8840a33028d28fa4f351b08b7502c1642c758af5;hpb=8d084b7e31a4985d75e74efbabf21a818513fd0f diff --git a/php_http_client_response.c b/php_http_client_response.c index 2fe9d2c..b1377fe 100644 --- a/php_http_client_response.c +++ b/php_http_client_response.c @@ -112,7 +112,7 @@ static PHP_METHOD(HttpClientResponse, getTransferInfo) } } - RETURN_ZVAL_FAST(info); + RETURN_ZVAL(info, 1, 0); } static zend_function_entry php_http_client_response_methods[] = {