diff options
author | foobar <sniper@php.net> | 2005-04-25 21:18:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-25 21:18:15 +0000 |
commit | 0783e0a358071aa9e1c9636b225f88e5f5b6e62c (patch) | |
tree | b22a3003634c18abab75f914449673c4765f7588 /main/php_variables.c | |
parent | 669fd595fef9fc4ab083cc0456b18f9cf7b1e69f (diff) | |
download | php-git-0783e0a358071aa9e1c9636b225f88e5f5b6e62c.tar.gz |
Revert. (Nokia is not that important :)
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; } |