Closed (fixed)
Project:
Onlinestatus Indicator
Version:
5.x-1.0
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
2 Nov 2006 at 18:05 UTC
Updated:
30 Mar 2008 at 16:22 UTC
You indicated in the documentation of the module "Important: Your PHP installation needs CURL Support. Please use the CVS Snapshop"
The problem is that the URL you provided for CURL redirect to a website in german which is not a language familiar for a lot of us.
Would there be a way to make working the module without CURL ?
Comments
Comment #1
xeniac commentedI Changed the CURL Link to the English version.
It could be possible without CURL. In this case you need a PHP Version compiled with --enable-sockets.
Both CURL, and Socket Support shoud be on by default, but CURL for http connections is easier and faster than the socket method.
Comment #2
xeniac commentedThat my code uses cURL is not a bug - it's a feature, so i changed this issue to "feature request".
The CVS tree from 2006-11-06 has a new function called onlinestatus_fetch_url()
all cURL calls are now there.
if you want you can start to reimplement this function without curl.
just comment out this block in onlinestatus_settings()
IMHO the best solution would be an "use curl for http queries" checkbox in the admin/settings form.
Comment #3
xeniac commentedi replaced CURL with drupal_http_request. So we no longer depend on CURL.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.