Menu

#135 warning about mb_encode_numericentity expecting 3 parameters

Next Release
closed-accepted
None
5
2021-12-24
2010-02-02
No

Warning: mb_encode_numericentity() expects exactly 3 parameters.
Temporarly FIX: add a third parameter: 'UTF-8'

StringHelper.class.php line 191

function obscureString($str) {
return mb_encode_numericentity($str,array(
0x00,0xffff,0,0xffff
));
}

Discussion

  • Jonathan Daley

    Jonathan Daley - 2021-12-24
    • status: open --> closed-accepted
    • assigned_to: Jonathan Daley
    • Group: --> Next Release
     
  • Jonathan Daley

    Jonathan Daley - 2021-12-24

    thanks.

     

Log in to post a comment.

MongoDB Logo MongoDB