X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=http_functions.c;h=806cd664ebb52e658d0bdb817735c4ec67ee3935;hb=46fc12676a53668d55fe6d02d44210e2eaf4b6b5;hp=bdd021b767c90decadffae1d7c4b546ae25a417b;hpb=eec11ec92f122dbd2d02aba54a3685023cdbfcc7;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index bdd021b..806cd66 100644 --- a/http_functions.c +++ b/http_functions.c @@ -21,7 +21,7 @@ #include "ext/standard/php_string.h" #include "zend_operators.h" -#ifdef HAVE_PHP_SESSION && !HTTP_SHARED_EXT(PHP_SESSION) +#if HTTP_HAVE_EXT(SESSION) # include "ext/session/php_session.h" #endif @@ -728,7 +728,7 @@ PHP_FUNCTION(http_redirect) RETURN_FALSE; } -#ifdef HAVE_PHP_SESSION && !HTTP_SHARED_EXT(PHP_SESSION) +#if 0 && HTTP_HAVE_EXT(SESSION) /* append session info */ if (session) { if (!params) {