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:
786c6c3
)
* curl_easy_strerror() is available as of 7.12.0
author
Michael Wallner
<mike@php.net>
Fri, 18 Mar 2005 13:16:01 +0000
(13:16 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 18 Mar 2005 13:16:01 +0000
(13:16 +0000)
http_curl_api.c
patch
|
blob
|
history
diff --git
a/http_curl_api.c
b/http_curl_api.c
index 3dc462cdc95a3f8d539121b0efdfc2d23fcd4802..1af011110ae8ae38bb769f95dadd824bf67f19ea 100644
(file)
--- a/
http_curl_api.c
+++ b/
http_curl_api.c
@@
-46,7
+46,7
@@
ZEND_DECLARE_MODULE_GLOBALS(http)
#endif
/* FIXXME: correct version where strerror is supported! */
-#if LIBCURL_VERSION_NUM < 0x070
b01
+#if LIBCURL_VERSION_NUM < 0x070
c00
# define curl_easy_strerror(code) "unkown error"
#endif