projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a5dac57
)
extesion deps
author
Michael Wallner
<mike@php.net>
Sun, 24 Mar 2013 10:40:02 +0000
(10:40 +0000)
committer
Michael Wallner
<mike@php.net>
Sun, 24 Mar 2013 10:40:02 +0000
(10:40 +0000)
config9.m4
patch
|
blob
|
history
php_http.c
patch
|
blob
|
history
diff --git
a/config9.m4
b/config9.m4
index f84266f0666b4991f67ef42acfb96301bf4f16e0..dbceef3e73af296bcab462b4c71111364d898515 100644
(file)
--- 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 efd34184e0b8ea5ed02f427d0737c0dc22195889..11033e54f16b530f74369f3dc37b01880ec0b0af 100644
(file)
--- 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")