Re: [PHP-WIN] php_http

2007-03-05 Thread datsclark
BZ2 shouldn't be needed, but I enabled it anyway. http still doesn't load. I've gone with CURL at this point, but i'm still curious why I can't get HTTP to load. Odd. "Edin Kadribasic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > And bz2? That needs to be enabled and loaded

Re: [PHP-WIN] php_http

2007-03-04 Thread Edin Kadribasic
And bz2? That needs to be enabled and loaded before httpd. Edin datsclark wrote: > Yeah, they are installed. I was under the impression they are all on by > default in 5.2. phpinfo() shows them all as modules > > "Niel Archer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >>

Re: [PHP-WIN] php_http

2007-03-02 Thread datsclark
Yeah, they are installed. I was under the impression they are all on by default in 5.2. phpinfo() shows them all as modules "Niel Archer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > have you also made sure the required extensions (hash, iconv, SPL) are > also installed >

Re: [PHP-WIN] php_http

2007-03-01 Thread Niel Archer
Hi have you also made sure the required extensions (hash, iconv, SPL) are also installed Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php_http

2007-03-01 Thread datsclark
Yes, thats why its throwing the error. I'm going to go ahead and use CURL, which probably will be able to work out anyway. At least it installs painlessly :) "Niel Archer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > Did you enable it in the php config file? > > Niel -

Re: [PHP-WIN] php_http

2007-03-01 Thread Niel Archer
Hi Did you enable it in the php config file? Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php_http

2007-03-01 Thread datsclark
I've download the PECL DLL php_http.dll for php 5.2 and installed it into my ext dir. Everything is set up correctly, all other extensions work fine. php_http fails with "The specified procedure could not be found." Note that unfound modules fail with "The specified module could not be found."