fix build
[m6w6/ext-http] / src / php_http_client_curl.c
index 85f12b7734f4201d6c308687d52f9e471d3e8150..e79ef1519ce5c39ba5a7fefc433db7d1be96b07b 100644 (file)
@@ -1230,7 +1230,7 @@ static void php_http_curle_options_init(php_http_options_t *registry)
 
        /* url options */
 #if PHP_HTTP_CURL_VERSION(7,42,0)
-       php_http_option_register(registry, ZEND_STRL("path_as_is"), CURLOPT_PATH_AS_IS, IS_BOOL);
+       php_http_option_register(registry, ZEND_STRL("path_as_is"), CURLOPT_PATH_AS_IS, _IS_BOOL);
 #endif
 
        /* proxy */