This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_0'.
[m6w6/ext-http] / php_http.h
index ab53b85de4a8cc9d6517f1352f4d519767ca69b2..c3ef9f84dcd1bbadfe77089f77c7baa462a1b06e 100644 (file)
@@ -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,6 +144,8 @@ ZEND_EXTERN_MODULE_GLOBALS(http);
 #      define HTTP_G (&http_globals)
 #endif
 
+#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);
 PHP_FUNCTION(http_build_url);