Re: [PEAR-DEV] http://pear.pdepend.org/ is not accesible
[email protected] ("Patrick E.") Sat, 25 May 2013 14:37:55 +0200
| Newsgroups | php.pear.dev |
|---|---|
| Message-ID | <CAKWbADkuT4XNGpPSZMjkw=k7CynFedJz-zeio5ZndY86i+FPNQ@mail.gmail.com> |
Hi, > I have been trying to connect to them for a fews days, but always got the following error via command line on MacOSX 10.6.8 could that be an issue on your PEAR installation or your network config (DNS?). Can you ping pear.phpmd.org ? I see the channel xml, when i check the url http://pear.phpmd.org/channel.xml If you see the channel.xml, you could upgrade your PEAR Installation: http://pear.php.net/manual/en/faq.users.php The installation works: pce@pce-ThinkPad-Z61m:~$ sudo su [sudo] password for pce: pce-ThinkPad-Z61m# pear channel-discover pear.pdepend.org Adding Channel "pear.pdepend.org" succeeded Discovery of channel "pear.pdepend.org" succeeded pce-ThinkPad-Z61m# pear remote-list -c pdepend Channel pdepend Available packages: =================================== Package Version PHP_CodeSniffer_Standards_PDepend2 1.0.0 PHP_Depend 1.1.0 PHP_Depend_Log_Arbit 1.0.0 staticReflection 1.0.0 pce-ThinkPad-Z61m# pear channel-discover pear.phpmd.org Adding Channel "pear.phpmd.org" succeeded Discovery of channel "pear.phpmd.org" succeeded pce-ThinkPad-Z61m# pear remote-list -c phpmd Channel phpmd Available packages: ================================= Package Version PHP_PMD 1.4.1 pce-ThinkPad-Z61m# pear install phpmd/PHP_PMD Did not download optional dependencies: pecl/imagick, use --alldeps to download automatically pdepend/PHP_Depend can optionally use package "pecl/imagick" (version >= 2.2.0b2) downloading PHP_PMD-1.4.1.tgz ... Starting to download PHP_PMD-1.4.1.tgz (46,814 bytes) .............done: 46,814 bytes downloading PHP_Depend-1.1.0.tgz ... Starting to download PHP_Depend-1.1.0.tgz (182,692 bytes) ...done: 182,692 bytes install ok: channel://pear.pdepend.org/PHP_Depend-1.1.0 install ok: channel://pear.phpmd.org/PHP_PMD-1.4.1 -- best regards, Patrick