X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=f3574d322245aacf9252fb31cfcd58fd984365de;hp=ab53b85de4a8cc9d6517f1352f4d519767ca69b2;hb=ebf03950ffaea849b931adf83b6c20ac9fb7ef33;hpb=9676c81efbb8f180fa189d71a7ecb50dde4f5646 diff --git a/php_http.h b/php_http.h index ab53b85..f3574d3 100644 --- a/php_http.h +++ b/php_http.h @@ -144,6 +144,8 @@ ZEND_EXTERN_MODULE_GLOBALS(http); # define HTTP_G (&http_globals) #endif +#define HTTP_SHARED_EXT(EXT) (COMPILE_DL_##EXT && !HTTP_SHARED_DEPS) + PHP_FUNCTION(http_test); PHP_FUNCTION(http_date); PHP_FUNCTION(http_build_url);