Yes, it seems you're right. When searching the web there are a lot of reports about that issue together with some PHP 5.3.x versions.cmb wrote:It seems to me that is a bug in some PHP versions (which one do you use?), and we may have to offer some workaround.
A more strict and maybe even working replacement could be:
Code: Select all
if (class_exists('Normalizer') && method_exists('Normalizer', 'normalize'))