We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6849c75 commit bcafc58Copy full SHA for bcafc58
ext/curl/interface.c
@@ -1640,7 +1640,7 @@ static bool php_curl_set_callable_handler(zend_fcall_info_cache *const handler_f
1640
if (!curl_ptr->handlers.handler_type) { \
1641
return SUCCESS; \
1642
} \
1643
- if (!curl_ptr->handlers.handler_type->fcc.function_handler || !ZEND_FCC_INITIALIZED(curl_ptr->handlers.handler_type->fcc)) { \
+ if (!ZEND_FCC_INITIALIZED(curl_ptr->handlers.handler_type->fcc)) { \
1644
curl_ptr->handlers.handler_type->method = default_method; \
1645
return FAILURE; \
1646
0 commit comments