Language Problem after php 5.3 to 5.6
Hello,
We have a big vbulletin forum on our server and our language (Turkish) code ISO-8859-9 in language settings. But after update Apache and Php 5.3 to 5.6 special character problem starting. We never change anything our forum and other things only build apache and php.
Why this problem occured ? If I edit message from forum message seems to OK and only save post is OK. It is very interesting.
If we return php 5.3 problem gone again.
Regards
-
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 -
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 -
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.
Comments
3 comments