PHP Fatal error: Class 'Collator' not found despite PHP 5.3.24
问题 my output after code below is: " PHP Fatal error: Class 'Collator' not found ". I've read in php manual that for COLLATOR class , PHP version needs to be PHP 5 >= 5.3.0. My PHP version is 5.3.24. in my phpinfo() I searched 'coll' string but nothing is found. also please note that my site lang is Turkish and I am using UTF-8 So what is the reason for my fatal error output? Thanks. /* fetch values */ $etiket_bulutu = ''; while ($beyan->fetch()) { $etiket_bulutu .= $tags.', '; } $etiket_bulutu =