Home > Archive > PHP Pear > May 2005 > Problems installing PEAR under WinXP with PHP 5.0.3?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems installing PEAR under WinXP with PHP 5.0.3?
|
|
| Murray @ PlanetThoughtful 2005-05-11, 3:59 am |
| 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
| |
| Greg Beaver 2005-05-11, 3:59 am |
| 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
|
|
|
|
|