X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=952639c87af8bc84d037a5ff3484aa2971e4c3b3;hp=59189a9be8a21e3fbc9c9f557df313ed3d568415;hb=bb6571e22d14c87114eb729145be2e7b87ebea42;hpb=2214902cf967c3aaf8e8493295f1ac43831ed015 diff --git a/php_http.h b/php_http.h index 59189a9..952639c 100644 --- a/php_http.h +++ b/php_http.h @@ -84,6 +84,8 @@ PHP_FUNCTION(http_get); PHP_FUNCTION(http_head); PHP_FUNCTION(http_post_data); PHP_FUNCTION(http_post_fields); +PHP_FUNCTION(http_put_file); +PHP_FUNCTION(http_put_stream); #endif /* HTTP_HAVE_CURL */ PHP_FUNCTION(http_auth_basic); PHP_FUNCTION(http_auth_basic_cb);