Skip to main content

pear.php.net is down. How to install mirror?



I was trying to install new packages in my PHP environment development via PEAR but as shown below:







File http://pear.php.net:80/rest/p/packages.xml not valid (received: HTTP/1.1 404 Not Found)







it seems that php.net is down.





I tried to setup a mirror since us.php.net which Digg hosts with the following command:







pear config-set preferred_mirror us.pear.php.net







which gives the following error:







Channel Mirror "us.pear.php.net" does not exist in your registry for channel "pear.php.net".

Attempt to run "pear channel-update pear.php.net" if you believe this mirror should exist as you may have outdated channel information.







Of course I can't update the channel since php.net is down.





Does anyone know how i should proceed?


Comments

  1. Is this blog a stackoverflow mirror? Anyway, go to satckoverflow if you wish to reply.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?