Re: [PHP] Re: UTF-8 errors in RSS feed

2008-10-08 Thread Ron Rademaker
Nathan Rixham wrote: Ron Rademaker wrote: Hi, I'm trying to load an external rss feed into a DomDocument, the feed says it's uft-8 but DomDocument rightly disagrees. This causes a warning: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA3 0x36 0x35 0x20 Is there any way

[PHP] UTF-8 errors in RSS feed

2008-10-08 Thread Ron Rademaker
Hi, I'm trying to load an external rss feed into a DomDocument, the feed says it's uft-8 but DomDocument rightly disagrees. This causes a warning: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA3 0x36 0x35 0x20 Is there any way I can get DomDocument to skip that part of the feed.

[PHP] UTF-8 errors in RSS feed

2008-10-08 Thread Ron Rademaker
Hi, I'm trying to load an external rss feed into a DomDocument, the feed says it's uft-8 but DomDocument rightly disagrees. This causes a warning: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA3 0x36 0x35 0x20 Is there any way I can get DomDocument to skip that part of the feed.

Re: [PHP] performance/load testing ...

2008-01-21 Thread Ron Rademaker
Jochem Maas wrote: Ron Rademaker schreef: Hi Jochem, Apache comes with an nice ab tool which stands for apache benchmarking. You can use this to benchmark stuff like concurrent requests. indeed, I know ab, but it doesn't allow for a very realistic request 'spread' - at le