|
Posted by Erwin Moller on 01/17/07 15:23
David Gillen wrote:
> Erwin Moller said:
>> David Gillen wrote:
>>> I was under the impression that the pear libraries where includes as
>>> part of the main PHP5 package, and not a seperate pear package. I'm
>>> looking to use HTTP_Request, do I still need to have "pear install
>>> HTTP_Request run"? Or is there some other way to access this now?
>>> Thanks.
>>>
>>> D.
>>
>> Did you edit your php.ini so it reflects the PEAR installdirectory?
>>
> Already done, HTTP_Request wasn't one of the installed pear libraries,
> hence my question.
>
>> And did you read the fine manual?
>> http://pear.php.net/manual
>>
> I've searched it for answers but to no avail. I tend to keep a copy of the
> windows compiled help file open at all times for such purposes.
>
> D.
Hi
I am not sure I understand your problem.
If PEAR is installed, you can just install HTTP_Request via pear as
described in the manual, like apt-get.
eg: [from commandline]
pear install HTTP_Request
Or am I missing your point?
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|