X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=f6b21189a48136400cdedb1e2c685af1e9559504;hp=8d73ecbdfc5d10f288e18eb0bd26e447c5b932ed;hb=9e37263154391dec762b839cad4b7dd13e35467e;hpb=ea76053f1595a10c79735e36a51f54478ff15acf diff --git a/http.c b/http.c index 8d73ecb..f6b2118 100644 --- a/http.c +++ b/http.c @@ -14,6 +14,7 @@ #define HTTP_WANT_SAPI #define HTTP_WANT_CURL +#define HTTP_WANT_EVENT #define HTTP_WANT_ZLIB #define HTTP_WANT_MAGIC #include "php_http.h" @@ -140,6 +141,9 @@ static zend_module_dep http_module_deps[] = { # ifdef HTTP_HAVE_ICONV ZEND_MOD_REQUIRED("iconv") # endif +# ifdef HTTP_HAVE_EVENT + ZEND_MOD_CONFLICTS("event") +#endif {NULL, NULL, NULL, 0} }; #endif