- avoid lots of useless ops
[m6w6/ext-http] / http_api.c
index f59a7d0a75cf2d7fd7561b624d2068ff9406d840..abc2c9beeb155a925b1b4e8dcf52568bc8ba0d86 100644 (file)
@@ -85,7 +85,7 @@ STATUS _http_parse_key_list(const char *list, HashTable *items, char separator,
        int vallen = 0, keylen = 0, done = 0;
        zval array;
 
-       Z_ARRVAL(array) = items;
+       INIT_ZARR(array, items);
 
        if (!(val = strchr(list, '='))) {
                return FAILURE;