[PEAR] Re: Problems installing PEAR under WinXP with PHP 5.0.3?
by Greg Beaver other posts by this author
May 11 2005 3:07AM messages near this date
RE: [PEAR] Re: Problems installing PEAR under WinXP with PHP 5.0.3?
|
RE: [PEAR] Re: Problems installing PEAR under WinXP with PHP 5.0.3?
please show the output of pear -V
Greg
Murray @ PlanetThoughtful wrote:
> Hi All,
>
> I'm having a hell of a time getting PEAR working on my machine.
>
> Currently it will list remote packages, but when I ask for remote-info I get
> error messages for many of the packages. For example:
>
> pear remote-info cybermut
>
> returns:
>
> HTTP error, got response: HTTP/1.1 304 Not Modified
>
> Notice: Undefined index: name in Remote.php on line 132
>
> Notice: Undefined index: version in Remote.php on line 133
>
> Notice: Undefined index: name in CLI.php on line 443
>
> Notice: Undefined index: license in CLI.php on line 444
>
> Notice: Undefined index: category in CLI.php on line 445
>
> Notice: Undefined index: summary in CLI.php on line 446
>
> Notice: Undefined index: description in CLI.php on line 447
> PACKAGE DETAILS:
> ================
> Latest
> Installed - no -
> Package
> License
> Category
> Summary
> Description
>
>
> Whereas, "pear remote-info XML_Beautifier" returns:
>
> PACKAGE DETAILS:
> ================
> Latest 1.1
> Installed - no -
> Package XML_Beautifier
> License PHP License
> Category XML
> Summary Class to format XML documents.
> Description XML_Beautifier will add indentation and
> linebreaks to you XML files, replace all
> entities, format your comments and makes your
> document easier to read. You can influence the
> way your document is beautified with several
> options.
>
> Does anyone have any idea why remote-info returns errors on some packages
> and not others?
>
> Much warmth,
>
> Murray
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Greg Beaver
Murray @ PlanetThoughtful
|