typo
authorMichael Wallner <mike@php.net>
Sat, 11 Feb 2006 14:01:37 +0000 (14:01 +0000)
committerMichael Wallner <mike@php.net>
Sat, 11 Feb 2006 14:01:37 +0000 (14:01 +0000)
http_api.c

index d85b9230b500fc2d3a6c4faeaf98d54c8e7dedf3..de1984a46fd6236edb4e4d014891426ea9ffc5c1 100644 (file)
@@ -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) {