Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Jamie Krasnoo
You should be using cURL for making requests. No, you won't be able to install any pecl packages on your host. It's a free account and I doubt they will be bending over backwards for you anytime soon. If you want custom hosting, pay for a VPS account or a dedicated server. On Thu, Jul 21, 2011

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Richard Quadling
On 25 July 2011 17:26, Jamie Krasnoo jkras...@gmail.com wrote: You should be using cURL for making requests. No, you won't be able to install any pecl packages on your host. It's a free account and I doubt they will be bending over backwards for you anytime soon. If you want custom hosting,

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Andrew Ballard
On Mon, Jul 25, 2011 at 12:26 PM, Jamie Krasnoo jkras...@gmail.com wrote: [reordered and snipped] On Thu, Jul 21, 2011 at 8:52 PM, gato chalar dany...@gmail.com wrote: Hi list, I need to perform http requests (GET,POST) , I have readed about pecl_http package, so it seem to be what I need.

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread Jamie Krasnoo
Most hosting companies have cURL already installed and available rather than pecl_http. I probably should have said try using cURL instead of you should be using cURL. However most FREE hosting companies probably won't even have that installed due to security concerns. Jamie On Mon, Jul 25, 2011

Re: [PHP] How to install pecl_http into a web hosting service

2011-07-25 Thread gato chalar
Hi to everybody, Currently I'm using curl, it is installed in my free hosting account. On 25 July 2011 16:29, Jamie Krasnoo jkras...@gmail.com wrote: Most hosting companies have cURL already installed and available rather than pecl_http. I probably should have said try using cURL instead of

[PHP] How to install pecl_http into a web hosting service

2011-07-21 Thread gato chalar
Hi list, I need to perform http requests (GET,POST) , I have readed about pecl_http package, so it seem to be what I need. Reading further I sow some ways to install this package to a server where you have all rights and privilegies, and that's the problem; I don't know if I will be able to