20150311 managing pear - plembo/onemoretech GitHub Wiki

title: Managing PEAR link: https://onemoretech.wordpress.com/2015/03/11/managing-pear/ author: phil2nc description: post_id: 9460 created: 2015/03/11 17:20:49 created_gmt: 2015/03/11 21:20:49 comment_status: closed post_name: managing-pear status: publish post_type: post

Managing PEAR

Some more stuff that belongs in a wiki. These are some notes on PEAR, the PHP Extension and Application Repository. PEAR is most useful when a required php module, or a current enough version of a module, isn't available in your distribution's package repository. Modules in the PECL (PHP Extension Community Library) repository can also be installed and managed using the pear utility. To find all PEAR modules installed on your system: pear list What version of pear? pear version Other commands: pear install pear uninstall pear upgrade pear info All the above require the name of a module as an argument. Find the path where modules are installed: pear config-get php_dir For more see the PEAR Manual.

Copyright 2004-2019 Phil Lembo