[wp-testers] Experimental HTTP API

Frank Bueltge frank at bueltge.de
Mon Aug 4 13:02:15 GMT 2008


my error in backend:
Warning: fopen(http://localhost/wpbetawp-cron.php?check=61106eb42965f8934fb6922127370ae8)
[function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1
404 Not Found in D:\xampp\htdocs\wpbeta\wp-includes\http.php on line
636

normaly ?

I think, the url is not correctly http://localhost/wpbetawp-cron.php?che....
better: http://localhost/wpbeta/wp-cron.php?che....

Liebe Grüsse
Frank
______________________________
Mein Buch: WordPress - Weblogs einrichten und administrieren | ISBN
978-3-937514-33-8

bueltge.de
kvfl.com



On Sun, Aug 3, 2008 at 5:14 AM, Jacob Santos <wordpress at santosj.name> wrote:
> The HTTP API has been committed to the trunk yesterday and should be
> considered experimental prior to further testing and debugging. It would be
> great if people can test it. Mostly the only two parts of WordPress that are
> affected are the Cron and WordPress updater checking. If you experience
> problems with the cron not running, then basically this is the reason why.
>
> The five classes are Fsockopen, fopen, Streams, Curl, and the HTTP
> extension. Mostly, if you are using PHP5 and the HTTP extension is being
> used, then the HTTP extension class will be used. If not, then Curl will be
> used. If Curl extension is not enabled, then the Streams will be used.
>
> Currently only one class will be used. If it fails, then you're pretty much
> screwed. Err, sorry. I'm working on getting that fixed. If you have any
> ideas or patches, then they are welcomed.
>
> Jacob Santos
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list