From: Michael Wallner Date: Sun, 20 Mar 2005 17:27:21 +0000 (+0000) Subject: * typo X-Git-Tag: RELEASE_0_7_0~25 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=15eb1d1f8f77ed2481169c792715c11656182795 * typo --- diff --git a/http.c b/http.c index c72b510..930e179 100644 --- a/http.c +++ b/http.c @@ -384,7 +384,7 @@ static void php_http_init_globals(zend_http_globals *http_globals) http_globals->etag = NULL; http_globals->lmod = 0; #ifdef HTTP_HAVE_CURL - //phpstr_init_ex(&http_globals->curlbuf, HTTP_CURLBUF_SIZE, 1); + phpstr_init_ex(&http_globals->curlbuf, HTTP_CURLBUF_SIZE, 0); zend_llist_init(&http_globals->to_free, sizeof(char *), free_to_free, 0); #endif http_globals->allowed_methods = NULL;