[PHP-DEV] a FIXME in head.c From: Zeev Suraski (zeev <email protected>)
Date: 07/21/01

In the implementation of setcookie(), there's a FIXME line reading:
/* FIXME: XXX: this is not binary data safe */

I don't see how this can be binary safe, as we're creating a header line,
which cannot contain NULLs anyway. I think this comment should be removed,
but I want to see if anybody else has any thoughts about this...

Zeev

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>