PHP Classes

no http.php in class

Recommend this page to a friend!

      Amazon S3 Stream Wrapper  >  All threads  >  no http.php in class  >  (Un) Subscribe thread alerts  
Subject:no http.php in class
Summary:file(s) missing?
Messages:3
Author:tgiles
Date:2008-01-12 19:09:22
Update:2008-01-16 03:20:41
 

 


  1. no http.php in class   Reply   Report abuse  
Picture of tgiles tgiles - 2008-01-12 19:09:22
Hi, I downloaded the class and started working through the example.php file and immediately run into issues:

* gs3.php on line 22 has an include for 'http.php', which is not in the downloadable package on this site. I checked out the files list and it's not there, either.

* I attempted to just comment out the requirement and run it as is, but it's still failing hard without that class.

Can you please include this file?

Thanks!

  2. Re: no http.php in class   Reply   Report abuse  
Picture of Cesar D. Rodas Cesar D. Rodas - 2008-01-13 21:21:46 - In reply to message 1 from tgiles
Hello

the http.php is in the httpclient class which is a dependence.

You can download that class from this url http://www.phpclasses.org/browse/package/3.html

Regards

  3. Re: no http.php in class   Reply   Report abuse  
Picture of tgiles tgiles - 2008-01-16 03:20:41 - In reply to message 2 from Cesar D. Rodas
Thanks a lot, Cesar. Next time I'll double-check dependencies ;)

Cheers!