summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config_keywords.c')
-rw-r--r--src/sp_config_keywords.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c
index 760961a..a9c71d4 100644
--- a/src/sp_config_keywords.c
+++ b/src/sp_config_keywords.c
@@ -41,8 +41,9 @@ int parse_session(char *line) {
41 return ret; 41 return ret;
42 } 42 }
43 43
44#if ( !HAVE_PHP_SESSION || defined(COMPILE_DL_SESSION) ) 44#if (!HAVE_PHP_SESSION || defined(COMPILE_DL_SESSION))
45 sp_log_err("config", 45 sp_log_err(
46 "config",
46 "You're trying to use the session cookie encryption feature " 47 "You're trying to use the session cookie encryption feature "
47 "on line %zu without having session support statically built into PHP. " 48 "on line %zu without having session support statically built into PHP. "
48 "This isn't supported, see " 49 "This isn't supported, see "