FS#15486 - [php] 'pear install': pear.php.net is using a unsupported protocal

Attached to Project: Arch Linux
Opened by Mark (voidzero) - Saturday, 11 July 2009, 21:13 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 03 October 2009, 10:11 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Pear will not install packages:

% pear install HTTP_WebDAV_Server
pear.php.net is using a unsupported protocal - This should never happen.
install failed

Additional info:
Tested with php from core and testing repo.
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Saturday, 03 October 2009, 10:11 GMT
Reason for closing:  Won't fix
Additional comments about closing:  pear is broken and will probably be removed.
Comment by Pierre Schmitz (Pierre) - Sunday, 12 July 2009, 14:43 GMT
If pear.php.net hasn't changed its protocoll this might be the result of some php.ini settings. Try to enable all warnings etc.. Maybe enabling dl is needed, too.
Comment by Jan de Groot (JGC) - Monday, 13 July 2009, 06:42 GMT
Does this work?
pear channel-update pear.php.net
Comment by Mark (voidzero) - Monday, 13 July 2009, 06:50 GMT
Jan, that does work.

Pierre, I don't think I have changed php settings, other than loading extensions...
Comment by Jan de Groot (JGC) - Monday, 13 July 2009, 06:54 GMT
So after doing the channel update, can you install things again? pear.php.net changes its channel protocol quite a few times per month, I always get a warning to run that command when I use pear.
Comment by Mark (voidzero) - Monday, 13 July 2009, 07:07 GMT
I still get the same error.

% pear install HTTP_WebDAV_Server
pear.php.net is using a unsupported protocal - This should never happen.
install failed
Comment by Massimiliano Torromeo (mtorromeo) - Monday, 13 July 2009, 09:25 GMT
The issue is described here: http://www.pear-forum.org/post-5065.html
A temp solutions is copying pear.php.net.reg and pecl.php.net.reg from php-5.2.9
Comment by Pierre Schmitz (Pierre) - Wednesday, 23 September 2009, 14:21 GMT
Is this still a problem?
Comment by Mark (voidzero) - Wednesday, 23 September 2009, 18:13 GMT
Unfortunately, yes, it's still not working, but I did not test it with php 5.3 yet... my local repo did not yet update.

Loading...