Page 1 of 1

PHP encoding STALLS PHP

Posted: Tue Jul 20, 2010 4:15 am
by yeri.myers
Hello,

I would be very pleased if someone could help me.

I'm trying to encode to UTF-8 some string and utf8_encode function never returns, and so on, page stops loading at that point. I've also tried it using "a" string. Also, I'm unable to use iconv function because I need to detect the encoding and using mb_detect_encoding also stalls PHP.

I'm using PHP 5.2.9 , but I also have another server using the same version and this problem is not happening.

Thank you very much in advance.