Hi!

> Yeah it introduces new functions for updating hash which is used by json
> for updating array and it's also in std object handler which is used when
> updating json object. For some other bits like updating array, it will stay
> with fatal. The thing is that json parser can then easily check if there
> was an exception and if so, it will set JSON_ERROR_DEPTH and clear it. It
> seems much better though.

I'm not sure why special handling for JSON? JSON is certainly not the
only way user data can be ingested and the problem of hash collision is
common to all these ways.

-- 
Stas Malyshev
smalys...@gmail.com

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to