can your class work with allow_url_fopen = Off option? ... I tried on a server where it is not changeable but it does not work. I tried also enabling use_curl variable with value 1 without results ... How can this problem be solved?
Cesar D. Rodas - 2009-04-25 07:25:48 - In reply to message 1 from Francisco
Hello,
Sorry for the delay of my answer. The class relies on the "http protocol client" (http://www.phpclasses.org/browse/package/3.html) class to perform all the http request.
The class do not use the fopen to perform operations, it uses sockets or cURL, so the answer is yes, it will work.