From 05fd3d04f3756f367da05fad17a9152c45258952 Mon Sep 17 00:00:00 2001 From: "Mark L. Woodward" Date: Wed, 26 Dec 2001 00:50:09 +0000 Subject: [PATCH] Moved "ifdef HAVE_PHP_SESSION" oops! --- ext/msession/msession.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/msession/msession.c b/ext/msession/msession.c index 5e717cb8cd..11150df5ac 100644 --- a/ext/msession/msession.c +++ b/ext/msession/msession.c @@ -63,6 +63,7 @@ */ #if HAVE_MSESSION +#ifdef HAVE_PHP_SESSION /* If the PHP Session module is compiled or available, include support */ PS_FUNCS(msession); @@ -1170,7 +1171,6 @@ PHP_FUNCTION(msession_call) #ifdef HAVE_PHP_SESSION -#ifdef HAVE_PHP_SESSION PS_OPEN_FUNC(msession) { ELOG( "ps_open_msession"); -- 2.40.0