Merge pull request #74 from gbarosio/readme
[m6w6/ext-http] / src / php_http_client_curl_user.c
index d44f3dac815f1512ee9f9c51d66719b0733ffa87..1f69a51cb7203e3d4acb05502f512a703a1f1eb6 100644 (file)
@@ -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;