X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=fefdab17c1524283ef747e8dfbbb37e408217a8d;hb=fac50662a1ea545b40f15613f8c4806a1ed745b0;hp=d22499c4a8d3dd35d68b00f2c12c53fdcf86e0bb;hpb=26591cefa8d85dced14547a0fb621b9a289ef2de;p=m6w6%2Fext-http diff --git a/http.c b/http.c index d22499c..fefdab1 100644 --- a/http.c +++ b/http.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -129,6 +129,9 @@ static zend_module_dep http_module_dep[] = { # endif # ifdef HTTP_HAVE_EXT_HASH ZEND_MOD_REQUIRED("hash") +# endif +# ifdef HAVE_PHP_SESSION + ZEND_MOD_REQUIRED("session") # endif {NULL, NULL, NULL, 0} };