PHP encoding STALLS PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yeri.myers
Forum Newbie
Posts: 1
Joined: Tue Jul 20, 2010 3:58 am

PHP encoding STALLS PHP

Post 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.
Post Reply