case PARSE_COOKIE:
-                       separator = ";\0";
+                       /* The , and space are needed for instances when there 
are multiple Cookie: headers */
+                       separator = ";, \0";
                        break;
        }
This patch breaks Backward Compatibility. Multiple COOKIE headers are uncommon. Unencoded ',' are common in cookies. F.e. all Falk AG adsites use them.

We already reverted this patch when Jani commited it some weeks ago.

Stefan

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to