View Full Version : Pear
myfriendscallmejim
03-01-2006, 12:56 PM
If I run phpinfo() on my site, it mentions that there is a path to pear, it there a way to find out which packages are installed or is this something I have to manually install to my site?:confused:
In the FAQ you can see wich packages are installed (almost every packages that are not beta) but I am actually struggling to get the include path working:(
Looking at the forum posts it seems I am not the only one and most post don't have any reply.
aceofspades
11-03-2006, 03:39 PM
In the FAQ you can see wich packages are installed (almost every packages that are not beta) but I am actually struggling to get the include path working:(
Looking at the forum posts it seems I am not the only one and most post don't have any reply. if you have SSH you can see a list pear modules. They only have the standard ones and the a few extras like the Flickr API. I forgo the command gimme a second and ill give you a list.
thrmtwon@3m2.net [~]# pear list
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.3.1 stable
Auth 1.3.2 stable
Auth_RADIUS 1.0.5 stable
Console_Getopt 1.2 stable
Crypt_CHAP 1.0.0 stable
DB 1.7.6 stable
Event_Dispatcher 1.0.0 stable
HTML_Common 1.2.2 stable
HTML_QuickForm 3.2.6 stable
HTML_Table 1.7.3 stable
HTML_Template_Flexy 1.2.4 stable
HTML_Template_IT 1.2.1 stable
HTTP_Request 1.3.0 stable
MDB2 2.2.2 stable
MDB2_Driver_mysql 1.2.2 stable
MDB2_Driver_mysqli 1.2.2 stable
Mail 1.1.13 stable
Mail_Mime 1.3.1 stable
Net_Socket 1.0.6 stable
Net_URL 1.0.14 stable
Net_UserAgent_Detect 2.2.0 stable
PEAR 1.4.11 stable
Phlickr 0.2.6 beta
Structures_DataGrid 0.7.1 beta
Text_Wiki 1.1.0 stable
XML_Beautifier 1.1 stable
XML_Parser 1.2.7 stable
XML_RPC 1.5.0 stable
XML_Util 1.1.1 stable
radius 1.2.4 stable
You can look these up on the official pear website at pear.php.net
Btw Pear comes preinstalled by default with PHP. Also pear always come with a few standard pacages such as XML_RPC, Auth, DB, and most of the HTML_ ones.
aceofspades
11-03-2006, 03:56 PM
I also checked pecl. They have the following pecl packages
thrmtwon@3m2.net [~]# pecl list
Installed packages, channel pecl.php.net:
=========================================
Package Version State
PDO 1.0.3 stable
PDO_MYSQL 1.0.2 stable
PDO_PGSQL 1.0.2 stable
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.