A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: pear

Using PEAR behind a proxy server that requires authentication

I kept getting this error: pear list-all File http://pear.php.net:80/rest/c/categories.xml not valid (received: HTTP/1.0 407 Proxy Authentication Required ) The error was because my proxy required an authentication. To use PEAR behind a proxy that requires authentication use this: pear config-set … Continue reading

Posted in General | Tagged , | 22 Comments