Hello,

>    I am not sure whether you have understood my point.
I understood your point: you want to break HashTables because 1024 colliding 
entries could have an performance impact. This could break thousands of scripts.

for ($i=0; $i<2000; $i++) $arr[$i<<16] = 1;

would stop working, while it should not.

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

Reply via email to