diff options
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index 185d849c20..4feac0fbab 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -308,7 +308,7 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data) separator = (char *) estrdup(PG(arg_separator).input); break; case PARSE_COOKIE: - separator = ";,\0"; /* Cookies can be separated with , or ; */ + separator = ";\0"; break; } |