PHP Classes

allow_url_fopen = Off

Recommend this page to a friend!

      Amazon S3 Stream Wrapper  >  All threads  >  allow_url_fopen = Off  >  (Un) Subscribe thread alerts  
Subject:allow_url_fopen = Off
Summary:allow_url_fopen = Off
Messages:2
Author:Francisco
Date:2009-04-06 04:46:18
Update:2009-04-25 07:25:48
 

  1. allow_url_fopen = Off   Reply   Report abuse  
Picture of Francisco Francisco - 2009-04-06 04:46:18

hola:

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?

Greetings

  2. Re: allow_url_fopen = Off   Reply   Report abuse  
Picture of Cesar D. Rodas 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.

Best regards,