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:
a02be7c
)
ws
author
Michael Wallner
<mike@php.net>
Fri, 5 Mar 2021 07:34:05 +0000
(08:34 +0100)
committer
Michael Wallner
<mike@php.net>
Fri, 5 Mar 2021 07:34:05 +0000
(08:34 +0100)
src/php_http_client_curl.c
patch
|
blob
|
history
diff --git
a/src/php_http_client_curl.c
b/src/php_http_client_curl.c
index 0ff9139343f55c62a38c8c84aa1cebb25e8049e8..3475f0cabd4cdca307d563101cb106dac9bcb154 100644
(file)
--- a/
src/php_http_client_curl.c
+++ b/
src/php_http_client_curl.c
@@
-1483,7
+1483,7
@@
static void php_http_curle_options_init(php_http_options_t *registry)
opt->flags |= PHP_HTTP_CURLE_OPTION_CHECK_STRLEN;
opt->flags |= PHP_HTTP_CURLE_OPTION_CHECK_BASEDIR;
#ifdef PHP_HTTP_CAPATH
- ZVAL_PSTRING(&opt->defval, PHP_HTTP_CAPATH);
+
ZVAL_PSTRING(&opt->defval, PHP_HTTP_CAPATH);
#endif
}
#endif