On 09 June 2008 15:06, Rasmus Lerdorf advised:
> rasmus Mon Jun 9 14:05:49 2008 UTC
>
> Modified files:
> /php-src/ext/standard head.c
> Log:
> Merge from PHP_5 - don't echo raw cookie values here
> if (name && strpbrk(name, "=,; \t\r\n\013\014") !=
> NULL) { /* man isspace for \013 and \014 */
> - zend_error( E_WARNING, "Cookie names can not
> contain any of the folllowing '=,; \\t\\r\\n\\013\\014' (%s)", name );
> + zend_error( E_WARNING, "Cookie names can not
> contain any of the folllowing '=,; \\t\\r\\n\\013\\014'" );
Can I just point out the typo in here?
(3 ells in folllowing!)
> if (!url_encode && value && strpbrk(value, ",;
> \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */
> - zend_error( E_WARNING, "Cookie values can not
> contain any of the folllowing ',; \\t\\r\\n\\013\\014' (%s)", value );
> + zend_error( E_WARNING, "Cookie values can not
> contain any of the folllowing ',; \\t\\r\\n\\013\\014'" );
And here!
Cheers!
Mike
--
Mike Ford, Electronic Information Developer,
C507, Leeds Metropolitan University, Civic Quarter Campus,
Woodhouse Lane, LEEDS, LS1 3HE, United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 812 4730
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php