Search found 1 match

by orpobanana
Sun Nov 02, 2014 4:42 pm
Forum: Bugs
Topic: charset problems (utf8) after upgrading php (5.3->5.5)
Replies: 10
Views: 40935

Re: charset problems (utf8) after upgrading php (5.3->5.5)

I had exactly same problem and I was almost downgrading to PHP 5.3. This problem was really frustrating to debug. I figured out that if you use second parameter (link identifier) in any mysql-commands they don't work in PHP 5.5. I removed them and everything started to work again. Both mysql_set_cha...