Re: [PHP-DEV] Hash Function change between PHP4 and PHP5

2005-11-20 Thread Marcus Boerger
Hello Stefan, as said in private already. This pretty much looiooks like a take over problem. And as a sidenote, loop unwinding with string algorithmns should take care of byte alignment. Both said the code is damn wrong. marcus Sunday, November 20, 2005, 4:37:17 PM, you wrote: > Hello, > I

[PHP-DEV] Hash Function change between PHP4 and PHP5

2005-11-20 Thread Stefan Esser
Hello, I just realised, that between PHP4 and PHP5 we changed the hash function used within zend_hash.h from DJBX33X to DJBX33A. The diff is here => http://cvs.php.net/diff.php/ZendEngine2/zend_hash.h?ws=0&r1=1.57&r2=1.58&ty=u Does anyone remember the exact reason for that? Or was the change done