Greg Beaver a écrit :
> Laurent Laville wrote:
>
>> Hi Mark,
>>
>> Thanks and Ooops !
>> You right, but i'm sorry , i've still a problem
>>
>>
>> C:wampphp>pear config-get preferred_mirror
>> pear.php.net
>>
>> C:wampphp>pear config-set preferred_mirror
de.pear.php.net
>> config-set succeeded
>>
>> C:wampphp>pear config-get preferred_mirror
>> pear.php.net
>>
>> ^-- RESULT unexpected
>>
>> And of course 2nd try , with a config file
>>
>> C:wampphp>pear -c pear.ini config-get
preferred_mirror
>> pear.php.net
>>
>> C:wampphp>pear -c pear.ini config-set
preferred_mirror de.pear.php.net
>> config-set (preferred_mirror, de.pear.php.net,
user) failed, channel
>> pear.php.net
>>
>> RESULT unexpected
-------------------------------------^
>>
>> C:wampphp>pear -c pear.ini config-get
preferred_mirror
>> pear.php.net
>>
>
> Hi Laurent,
>
> I suspect your channel information for PEAR is out of
date. pear
> channel-info pear should show the de and us mirrors.
If not, you need
> to channel-update pear.
>
> Greg
>
>
>
Hi Greg,
I did it, but nothing happened.
Before and after this command :
C:wampphp>pear -c pear.ini channel-update pear
Updating channel "pear"
Channel "pear" is up to date
I got these results :
C:wampphp>pear -c pear.ini channel-info pear
CHANNEL PEAR.PHP.NET INFORMATION:
=================================
Name and Server pear.php.net
Alias pear
Summary PHP Extension and Application
Repository
Validation Package Name PEAR_Validate
Validation Package default
Version
SERVER CAPABILITIES
===================
TYPE VERSION/REST TYPE FUNCTION NAME/REST BASE
xmlrpc 1.0 logintest
xmlrpc 1.0 package.listLatestReleases
xmlrpc 1.0 package.listAll
xmlrpc 1.0 package.info
xmlrpc 1.0 package.getDownloadURL
xmlrpc 1.1 package.getDownloadURL
xmlrpc 1.0 package.getDepDownloadURL
xmlrpc 1.1 package.getDepDownloadURL
xmlrpc 1.0 package.search
xmlrpc 1.0 channel.listAll
rest REST1.0 http://pear.php.net/rest/
a>
rest REST1.1 http://pear.php.net/rest/
a>
I suppose something is wrong because I have no REST protocol
1.2 and 1.3
in the list
Laurent
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|