PhpRiot
Follow phpriot on Twitter
Sponsored Link
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

channel-discover - add a channel by channel name

Introduction

This command searches for a channel.xml first at a secure https and then unsecured http address.

Examples:

php pyrus.phar channel-discover pear.example.com
This tries to locate https://pear.example.com/channel.xml and if that fails, http://pear.example.com/channel.xml, then adds the channel to the registry.

Use channel-add to add a local channel.xml to the registry.

PEAR Manual