https://bugzilla.wikimedia.org/show_bug.cgi?id=38185
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|REOPENED |ASSIGNED Summary|[SMW] #subobject causes |Use md5() instead of hash() |fatal error |for hashing Severity|critical |minor --- Comment #4 from Markus Krötzsch <[email protected]> 2012-07-30 13:31:51 UTC --- Some PHP distributions disable hashing support by default; esp. this is reported for FreeBSD. You could install the according PHP functions. This makes the bug far less critical. However, there is also a function "md5()" in PHP that we might prefer to use, since it is apparently not causing problems on your site (MW uses it in many places, maybe out of similar considerations). It should also be quite fast. I change this bug to ask for this change now. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
