X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.c;h=91a10e9615de60e95184cd1d2588d759316fabce;hb=441de41329327d32937f107da371435d14d7be36;hp=c3838b80b905ac7dee1e6bb4df2af603c438a1e8;hpb=c196e4812f4b506107ae25f0efd10206b37a0bea;p=m6w6%2Fext-http diff --git a/php_http.c b/php_http.c index c3838b8..91a10e9 100644 --- a/php_http.c +++ b/php_http.c @@ -60,9 +60,6 @@ static zend_module_dep http_module_deps[] = { #endif #ifdef PHP_HTTP_HAVE_JSON ZEND_MOD_REQUIRED("json") -#endif -#ifdef PHP_HTTP_HAVE_EVENT - ZEND_MOD_CONFLICTS("event") #endif {NULL, NULL, NULL, 0} };