From bc26544ff343849208c2fca399bbc4358627742e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 18 Jul 2005 19:18:29 +0000 Subject: [PATCH] MFH: revert --- main/php_variables.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/php_variables.c b/main/php_variables.c index 8cf60dc8f7..f5c8711ae7 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -304,8 +304,7 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data) separator = (char *) estrdup(PG(arg_separator).input); break; case PARSE_COOKIE: - /* The , and space are needed for instances when there are multiple Cookie: headers */ - separator = ";, \0"; + separator = ";\0"; break; } -- 2.40.0