Skip to main content

Language Problem after php 5.3 to 5.6

Comments

3 comments

  • cPanelMichael
    Hello, You will likely receive more feedback to this issue on the VBulletin support forums, as the issue likely relates to their application's interaction with PHP 5.6: Home - vBulletin Community Forum Thank you.
    0
  • Bulent Tekcan
    This is not vbulletin related, because our all php based web page also problem after php update. I'm sure php 5.6 buggy for htmlspecialcharacters but I didn't find any solutions
    0
  • cPanelMichael
    Hello, The "default_charset" value in the php.ini file changes to UTF-8 in PHP 5.5 and PHP 5.6. You can change it back the default PHP 5.4 setting by updating your system's php.ini file to unset the default value:
    default_charset = ""
    Information on editing your php.ini file is available at: How to Edit Your php.ini File - cPanel Knowledge Base - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.