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=f6600e3e5a683077874e6bbfda11900e6a7613f3;hpb=03045a17d712ce52e0a55c7d8f2cc30b48b3a645 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[] = {