X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=a6542c2c31db4336fa79e722c44fe6298303b452;hp=2bcdd212725188791493e1cccaa081844f05ba5e;hb=380294ada4fcbb7b60168d71655c49c27405647f;hpb=a4b593d03ef14d9bc422cbe6ce471a7b5b8abe5d diff --git a/http_functions.c b/http_functions.c index 2bcdd21..a6542c2 100644 --- a/http_functions.c +++ b/http_functions.c @@ -1310,13 +1310,6 @@ PHP_FUNCTION(http_build_query) PHP_FUNCTION(http_test) { - ulong idx; - char *key; - zval **data; - FOREACH_HASH_KEYVAL(&EG(symbol_table), key, idx, data) { - convert_to_string_ex(data); - fprintf(stderr, "\t %s => %s\n", key, Z_STRVAL_PP(data)); - } } /*