From: Michael Wallner Date: Sun, 24 Mar 2013 10:40:02 +0000 (+0000) Subject: extesion deps X-Git-Tag: RELEASE_2_1_0_RC3~10^2^2~34 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=5855b4ed57714dabea33a2c57d4b9cb1a03af70c extesion deps --- diff --git a/config9.m4 b/config9.m4 index f84266f..dbceef3 100644 --- a/config9.m4 +++ b/config9.m4 @@ -503,6 +503,10 @@ dnl ---- HTTP_SHARED_DEP([iconv]) HTTP_SHARED_DEP([json]) + dnl extension deps + PHP_ADD_EXTENSION_DEP([http], [raphf], true) + PHP_ADD_EXTENSION_DEP([http], [propo], true) + PHP_SUBST([HTTP_SHARED_LIBADD]) PHP_HTTP_HEADERS=" diff --git a/php_http.c b/php_http.c index efd3418..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")