X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_headers_api.c;h=8a4ecc5591f8d9a9ee8c2b4e918a755c56facd4d;hp=4f255fe206a2aa656b0190d6f5b23ba06dbd6331;hb=afd561b680a07837192efbdb9ffe248def36f8e9;hpb=bb1f32fd5d06b9b9ace6517c177b0fe58c9ff57c diff --git a/http_headers_api.c b/http_headers_api.c index 4f255fe..8a4ecc5 100644 --- a/http_headers_api.c +++ b/http_headers_api.c @@ -331,9 +331,7 @@ PHP_HTTP_API STATUS _http_parse_headers_ex(const char *header, HashTable *header size_t header_len; zval array; - INIT_PZVAL(&array); - Z_TYPE_P(array) = IS_ARRAY; - Z_ARRVAL(array) = headers; + INIT_ZARR(array, headers); if (body) { header_len = body - header;