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:
68142ac
)
- typo
author
Michael Wallner
<mike@php.net>
Mon, 13 Jun 2005 09:35:23 +0000
(09:35 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 13 Jun 2005 09:35:23 +0000
(09:35 +0000)
http_request_api.c
patch
|
blob
|
history
diff --git
a/http_request_api.c
b/http_request_api.c
index eb4d6271aa238326ffd368a760a332e9526e8cc1..49b699b04dba59a7fea3b83827273d72f5b2a2a7 100644
(file)
--- a/
http_request_api.c
+++ b/
http_request_api.c
@@
-349,7
+349,7
@@
PHP_HTTP_API STATUS _http_request_init(CURL *ch, http_request_method meth, const
HTTP_CURL_OPT(NOSIGNAL, 1);
#endif
#if LIBCURL_VERSION_NUM < 0x070c00
- HTTP_CURL_OPT(ERRORBUFFER, HTTP_G(request).
curl.
error);
+ HTTP_CURL_OPT(ERRORBUFFER, HTTP_G(request).error);
#endif
/* progress callback */