X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;fp=http.c;h=8d73ecbdfc5d10f288e18eb0bd26e447c5b932ed;hb=ea76053f1595a10c79735e36a51f54478ff15acf;hp=b4ed0dfbdcd06083c61ef621912b0900522ba7b6;hpb=fee48a4d3353d6b37dfe0e40377ec0fe0c6e9a61;p=m6w6%2Fext-http diff --git a/http.c b/http.c index b4ed0df..8d73ecb 100644 --- a/http.c +++ b/http.c @@ -363,6 +363,9 @@ PHP_RINIT_FUNCTION(http) #endif #ifdef HTTP_HAVE_CURL # ifdef ZEND_ENGINE_2 +# ifdef HTTP_HAVE_EVENT + || SUCCESS != PHP_RINIT_CALL(http_request_pool) +# endif || SUCCESS != PHP_RINIT_CALL(http_request_datashare) # endif #endif