On Wed, 15 Mar 2006, Dmitry Stogov wrote:

> In  case of "> is_string(): Z_TYPE_P() == IS_STRING  || Z_TYPE_P() ==
> IS_UNICODE",
> is_string() will return TRUE for binary data in unicode mode.
> 
> It should be:
> is_string(): Z_TYPE_P() == (UG(unicode)?IS_UNICODE:IS_STRING)
> 
> is_binary() and is_unicode() are OK.

That's what my patch does...

Derick
-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to