On Fri, 17 Dec 2004, Andi Gutmans wrote:

> This isn't the right fix. You should just fix the if() statement only
> return 0 if hash_key->arKey[0] == '\0' && hash_key->nKeyLength > 1.
> No?

No :) This check was for (private and public) properties which should
not be don ehere at all (as it's for array elements). Although using
binary data as array key is not the wisest thing to do, it DID work
always just fine until this unneccesary change. I'm just restoring BC
here, as this broken some things for us.

regards,
Derick

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

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

Reply via email to