- missed fixbit
authorMichael Wallner <mike@php.net>
Mon, 19 Sep 2005 15:09:34 +0000 (15:09 +0000)
committerMichael Wallner <mike@php.net>
Mon, 19 Sep 2005 15:09:34 +0000 (15:09 +0000)
http_headers_api.c

index 4f255fe206a2aa656b0190d6f5b23ba06dbd6331..8a4ecc5591f8d9a9ee8c2b4e918a755c56facd4d 100644 (file)
@@ -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;