|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-09-05 10:10 UTC] bertrand at toggg dot com
Description: ------------ with b1 or cvs: pear list-all does not output anything (default pear channel) but pear remote-list is ok Seems never to enter in doListAll(), where you have some unbraced if, btw. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
Reopening this bug. I'm running on 5.1 snap of this evening. Suse 9.1. Pear installed using the wonderful Makefile.frag patch :) I'm still getting this error. Bertrand pointed out on the list that the difference between his install and mine is that I have xmlrpc enabled, while he doesn't. Putting a var_dump($available); after line 292 gives me the following output: object(PEAR_Error)#18 (8) { ["error_message_prefix"]=> string(0) "" ["mode"]=> int(1) ["level"]=> int(1024) ["code"]=> NULL ["message"]=> string(126) "Invalid xml downloaded from "http://pear.php.net/rest/p/services_amazon/info.xml": XML Error: 'Invalid character' on line '10'" ["userinfo"]=> NULL ["backtrace"]=> NULL ["callback"]=> NULL } What happens then is that the error handler should kick in (as the error is recognized and a PEAR_Error is returned), but instead, nothing happens. I'm not sure exactly where to go from here. I don't know the installer source well enough to fix it.