Re: [PEAR] Re: Problems installing PEAR under WinXP with PHP 5.0.3?
by Greg Beaver other posts by this author
May 11 2005 1:42PM messages near this date
[PEAR] Freaky issue with Flexy and foreach breaks fo2pdf
|
[PEAR] [ANNOUNCEMENT] Crypt_RSA-1.0.0 (stable) Released.
Murray @ PlanetThoughtful wrote:
> >>The latest stable version is PEAR 1.3.5. Upgrade pear and the problem
> >>will go away.
> >>
> >>Greg
> >>
> >>
> >>
> >Hi Greg,
> >
> >Sad to say, it hasn't. I downloaded go-pear.php from go-pear.org, ran it,
> >1.3.5 seemed to successfully download, but "pear remote-info cybermut"
> >shows
> >exactly the same errors as before, as do other (but not all) remote-info
> >requests.
> >
> >Results from current install of PEAR with pear -V:
> >
> >C:\Program Files\PHP>pear -V
> >PEAR Version: 1.3.5
> >PHP Version: 5.0.3
> >Zend Engine Version: 2.0.3
> >Running on: Windows NT MACHINE 5.1 build 2600
> >
> >Any other suggestions?
> >
> >
>
> After poking around a little more I've noticed that there seems to be a
> 1-to-1 correlation between packages listed by "pear remote-list" that return
> errors when "pear remote-info name_of_package" is issued if the package
> isn't listed on http://pear.php.net.
>
Yes, this is the problem, caused by changes in the xmlrpc code at
pear.php.net. I was under the impression that it did not affect pear
1.3.5, but apparently that was wrong.
The main reason this has changed is the confusion you express (is
cybermut a PEAR package or a PECL package?). You can find information
on these packages in PEAR 1.3.x until there is either a fix for 1.3.x or
a stable release of 1.4.0 with
pear -d master_server=pecl.php.net remote-info cybermut
Sorry for the trouble,
Greg
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|