X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=11033e54f16b530f74369f3dc37b01880ec0b0af;hp=95f8ad57233f54fb46f9afa6cf7fe436943a3c88;hb=5855b4ed57714dabea33a2c57d4b9cb1a03af70c;hpb=0ee6755121a35b2e7bcca536f19c8d34d2b9ba6b diff --git a/php_http.c b/php_http.c index 95f8ad5..11033e5 100644 --- a/php_http.c +++ b/php_http.c @@ -45,6 +45,7 @@ PHP_MINFO_FUNCTION(http); static zend_module_dep http_module_deps[] = { ZEND_MOD_REQUIRED("raphf") + ZEND_MOD_REQUIRED("propro") ZEND_MOD_REQUIRED("spl") #ifdef PHP_HTTP_HAVE_HASH ZEND_MOD_REQUIRED("hash") @@ -165,7 +166,6 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_header) || SUCCESS != PHP_MINIT_CALL(http_message) || SUCCESS != PHP_MINIT_CALL(http_message_body) - || SUCCESS != PHP_MINIT_CALL(http_property_proxy) || SUCCESS != PHP_MINIT_CALL(http_querystring) || SUCCESS != PHP_MINIT_CALL(http_client_interface) || SUCCESS != PHP_MINIT_CALL(http_client)