|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-02-09 10:49 UTC] demian at phpkitchen dot com
Description: ------------ pear update-channels ==================== this command gives unexpected result/error msg with the default pear config Expected result: ---------------- [a list of channels] Actual result: -------------- ERROR: existing channel "pear.php.net" is aliased to "pear" already and cannot be re-aliased to "pear.php.net" because a channel with that name or alias already exists! Please re-alias and try again. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 07:00:01 2025 UTC |
Oddly enough, this is a bug in pear-database.php, as the channel.listAll command is returning: array( array('pear') ) instead of array( array('pear.php.net') ) I will kill it now