mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Revert. (Nokia is not that important :)
This commit is contained in:
parent
669fd595fe
commit
0783e0a358
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue