- add http_support() for probing features that depend on external libraries
[m6w6/ext-http] / php_http_util_object.h
index ba711b8cb52583a6bbf1c9d3a8ef85ee8c066e87..414cc8ee67b681396674a36755d9c63c814fafee 100644 (file)
@@ -40,6 +40,7 @@ PHP_METHOD(HttpUtil, deflate);
 PHP_METHOD(HttpUtil, inflate);
 PHP_METHOD(HttpUtil, compress);
 PHP_METHOD(HttpUtil, uncompress);
+PHP_METHOD(HttpUtil, support);
 
 #endif
 #endif