summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-25 21:18:15 +0000
committerfoobar <sniper@php.net>2005-04-25 21:18:15 +0000
commit0783e0a358071aa9e1c9636b225f88e5f5b6e62c (patch)
treeb22a3003634c18abab75f914449673c4765f7588 /main/php_variables.c
parent669fd595fef9fc4ab083cc0456b18f9cf7b1e69f (diff)
downloadphp-git-0783e0a358071aa9e1c9636b225f88e5f5b6e62c.tar.gz
Revert. (Nokia is not that important :)
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c2
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;
}