X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=bf1e19393557e10c0105bec88a384c755ab7b2f7;hp=930908ded52d426721b3f64f1d6387292854697e;hb=84a00407857506ab8cfb9335cbe5f495a68e0880;hpb=0b27b9ab76c8bac959dd946a7e9ccbc55e170e4c diff --git a/http_functions.c b/http_functions.c index 930908d..bf1e193 100644 --- a/http_functions.c +++ b/http_functions.c @@ -21,7 +21,7 @@ #include "ext/standard/php_string.h" #include "zend_operators.h" -#if HTTP_HAVE_EXT(SESSION) +#ifdef HTTP_HAVE_SESSION # include "ext/session/php_session.h" #endif @@ -728,7 +728,7 @@ PHP_FUNCTION(http_redirect) RETURN_FALSE; } -#if HTTP_HAVE_EXT(SESSION) +#ifdef HTTP_HAVE_SESSION /* append session info */ if (session) { if (!params) {