Re: [PHP-WEBMASTER] pear.php.net is not accessible.
[email protected] (Hannes Magnusson)
| Newsgroups | php.pear.webmaster,php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 16, 2009 at 13:25, Kwok Whye <[email protected]> wrote: > Hi, > > I need to get the copy of HTML_Template_IT as soon as possible but I cannot > access pear.php.net. Please kindly help. > > It is appreciated if you could send me a copy of that package. pear.php.net is currently down, but the us.pear.php.net mirror is working: $ pear config-set preferred_mirror us.pear.php.net $ pear install HTML_Template_IT -Hannes