projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
6abb334
)
* typo
author
Michael Wallner
<mike@php.net>
Sun, 20 Mar 2005 17:27:21 +0000
(17:27 +0000)
committer
Michael Wallner
<mike@php.net>
Sun, 20 Mar 2005 17:27:21 +0000
(17:27 +0000)
http.c
patch
|
blob
|
history
diff --git
a/http.c
b/http.c
index c72b510d5b63a90a01f8ec76b9dad8b23edcc7ef..930e179a13a572c9acfbb88d8aaa3f029bf8102b 100644
(file)
--- 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;