X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=91a10e9615de60e95184cd1d2588d759316fabce;hp=c3838b80b905ac7dee1e6bb4df2af603c438a1e8;hb=441de41329327d32937f107da371435d14d7be36;hpb=332d72ecbd00cc25b97932b8d8facf9b21dbc55e 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} };