X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_api.c;h=de1984a46fd6236edb4e4d014891426ea9ffc5c1;hb=1e0730378082dc2ed3309227a5ff7cfc9e4b9e7c;hp=d85b9230b500fc2d3a6c4faeaf98d54c8e7dedf3;hpb=10723276d6fc8e7a57f24038a2854342ebe3f23b;p=m6w6%2Fext-http diff --git a/http_api.c b/http_api.c index d85b923..de1984a 100644 --- a/http_api.c +++ b/http_api.c @@ -101,7 +101,7 @@ PHP_HTTP_API STATUS _http_parse_cookie(const char *list, HashTable *items TSRMLS c = s = estrdup(list); for(;;) { -#if +#if 0 char *tk = NULL, *tv = NULL; if (key) {