From: Michael Wallner Date: Sat, 11 Feb 2006 14:01:37 +0000 (+0000) Subject: typo X-Git-Tag: RELEASE_0_23_0~17 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1e0730378082dc2ed3309227a5ff7cfc9e4b9e7c;p=m6w6%2Fext-http typo --- 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) {