I've spent the past few days looking into the issue and trying to find
a solution. Here are my findings so far:
It appears that WordPress 2.7's new http.php class can use one of the
following methods to access remote servers:
* exthttp
* curl
* streams
* fopen
* fsockopen
The http.php file will try all of those and use the one that it thinks
will work. In the earlier message that you sent, WordPress was
throwing an error at line 782. This is when it is trying to use the
HTTP streams method. As far as I know, this *can* run into
permissions issues on some servers.
Akismet and Feed Subscriber Stats simply use fsockopen. We can assume
that fsockopen on your server *is* configured correctly on your server
because Akismet and Feed Subscriber Stats work properly.
Since pretty much all servers have the ability to use fsockopen, I'll
try to find a PHP class that makes use of this method. Right now, I'm
looking into using Troy Wolf's class_php
(
http://www.troywolf.com/articles/php/class_http).
Cheers,
Jonathan
--
Jonathan Wilde
My Blog:
www.speedbreeze.com