X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=c3ef9f84dcd1bbadfe77089f77c7baa462a1b06e;hb=91718a2dcca84d1b0cda07dad33374fc00577d7b;hp=08b2a4db4009ae7b908fa5bf4552c48e13ee8420;hpb=46fc12676a53668d55fe6d02d44210e2eaf4b6b5;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 08b2a4d..c3ef9f8 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "1.0.0-dev" +#define PHP_EXT_HTTP_VERSION "1.0.0" #ifdef HAVE_CONFIG_H # include "config.h" @@ -144,7 +144,7 @@ ZEND_EXTERN_MODULE_GLOBALS(http); # define HTTP_G (&http_globals) #endif -#define HTTP_HAVE_EXT(EXT) ((defined(HAVE_##EXT) || defined(HAVE_PHP_##EXT)) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_##EXT))) +#define HTTP_HAVE_EXT(EXT) ((defined(HAVE_##EXT) || defined(HAVE_PHP_##EXT) || defined(HAVE_##EXT##_EXT)) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_##EXT))) PHP_FUNCTION(http_test); PHP_FUNCTION(http_date);