I have a script that reads RSS feeds using fopen & fgets.
When trying to the feed at: http://rss.fok.nl/feeds/nieuws my script hangs until the max_timeout of the PHP is reached.
The thing is:
- it worked perfectly (on the same url) until today.
- it still works on my development mac MAMP server.
- it doesn't work on the production WAMP server (php 5.2.8)
I tried fread with no success.
any ideas?