On 8-Dec-06, at 2:05 PM, Stefan Esser wrote:

c) Support Cookies correctly...
Very simple: In some earlier version php_register_variable_ex was
changed to handle cookies different from other variables: Cookies with
the same name will get dropped after the first is registered.
In ext filter the raw variables still have this behaviour but the
filtered variables behave different...

The cookie discrepancy is now fixed, interestingly enough due to another bug (look inside latest patch in php_variables.c) it was actually working correctly in browsers that put a space after the ; token in to the "Cookie" header.

Ilia Alshanetsky

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

Reply via email to