Issue #528 has been updated by Clément OUDOT. Status changed from New to Rejected
It duplicates #359 ---------------------------------------- Bug #528: mhash library is no more used in php 5.3 ( in SSP 0.7 ) http://tools.lsc-project.org/issues/528 Author: jm co Status: Rejected Priority: High Assigned to: Category: Self Service Password Target version: In SelfService Password 0.7 : mhash has been replaced by hash since php 5.3 in functions.inc.php, function make_md4_password has to be modified here is the diff 72c72 < $hash = strtoupper( bin2hex( mhash( MHASH_MD4, iconv( "UTF-8", "UTF-16LE", $password ) ) ) ); --- > $hash = strtoupper( hash('md4', iconv( "UTF-8", "UTF-16LE", $password ) > ) ); -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
