X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_curl_user.c;h=1f69a51cb7203e3d4acb05502f512a703a1f1eb6;hp=d44f3dac815f1512ee9f9c51d66719b0733ffa87;hb=ad1dfac848dbbb295151c22b4f6fbcad13ce7a56;hpb=e096f45ff30a46d6a8e96da7bc6334d2ac5ab7c2 diff --git a/src/php_http_client_curl_user.c b/src/php_http_client_curl_user.c index d44f3da..1f69a51 100644 --- a/src/php_http_client_curl_user.c +++ b/src/php_http_client_curl_user.c @@ -22,7 +22,7 @@ typedef struct php_http_client_curl_user_ev { php_http_client_curl_user_context_t *context; } php_http_client_curl_user_ev_t; -static void php_http_client_curl_user_handler(INTERNAL_FUNCTION_PARAMETERS) +static ZEND_NAMED_FUNCTION(php_http_client_curl_user_handler) { zval *zstream = NULL, *zclient = NULL; php_stream *stream = NULL;