php_http

php_http

am 01.03.2007 21:00:34 von 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." I've
tried checking for dependencies, but havn't gotten far with that.

Any thoughts?

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: php_http

am 01.03.2007 21:57:30 von 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

Re: php_http

am 01.03.2007 22:03:06 von 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" wrote in message
news:20070301204748.2C68.NIEL@catweasel.org...
> 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

Re: php_http

am 01.03.2007 22:27:28 von 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_http

am 02.03.2007 13:54:10 von 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" wrote in message
news:20070301212408.2C6A.NIEL@catweasel.org...
> 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_http

am 04.03.2007 21:43:59 von 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" wrote in message
> news:20070301212408.2C6A.NIEL@catweasel.org...
>> 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_http

am 05.03.2007 17:09:25 von 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" wrote in message
news:45EB2F8F.5000706@krug.dk...
> 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" wrote in message
>> news:20070301212408.2C6A.NIEL@catweasel.org...
>>> 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_http

am 11.03.2007 05:14:35 von Manuel Lemos

Hello,

on 03/01/2007 05:00 PM datsclark said the following:
> 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." I've
> tried checking for dependencies, but havn't gotten far with that.
>
> Any thoughts?

I don't use that PHP extension. I use this HTTP client class that solves
most of my HTTP request need.

http://www.phpclasses.org/httpclient


--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php