I need to know what version of PEAR you installed in my server. How can I get his information?
How To Find Version of PEAR Is Installed Linux Apache Server
How To Find Version of PEAR Is Installed Linux Apache Server
Post Description: how to find version of pear is installed linux apache server PHP
Post Tags:
This Post Has Been Viewed 641 Times Since Fri Jul 21, 2006 7:17 am Author john607 with 1 replies
Post Description: how to find version of pear is installed linux apache server PHP
Post Tags:
This Post Has Been Viewed 641 Times Since Fri Jul 21, 2006 7:17 am Author john607 with 1 replies
How To Find Version of PEAR Is Installed Linux Apache Server
Advertise On This Page
Hello Support Guys,
I need to know what version of PEAR you installed in my server. How can I get his information?
I need to know what version of PEAR you installed in my server. How can I get his information?
Leave Your Comments
Share
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.

Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums

BBCODE:
Webmasters - Exchange Links With Us. Add related websites to this topic
Links Related to : How To Find Version of PEAR Is Installed Linux Apache Server
Related Topics:
Related Forums:
Comments and replies About How To Find Version of PEAR Is Installed Linux Apache Server
:: 1 :: Reply #33 Reply By john607 On Wed Jul 26, 2006 11:10 am
run this command at the linux shell prompt to find out what version you have installed in your server:
Code:
Once you have executed the command you will see someting that looks like this, if you dont, then you dont have pear installed:
Code:
In my example, I have PEAR Version 1.3.6 Installed in my server.
Code:
pear list
Once you have executed the command you will see someting that looks like this, if you dont, then you dont have pear installed:
Code:
Installed packages
=================================
Package Version stable
Archive_Tar 1.1 stable
Console_Getopt 1.2 stable
DB 1.7.6 stable
HTML_Template_IT 1.1 stable
HTTP 1.3.6 stable
Mail 1.1.8 stable
Net_SMTP 1.2.7 stable
Net_Socket 1.0.6 stable
Net_UserAgent_Detect 2.0.1 stable
PEAR 1.3.6 stable
XML_Parser 1.2.6 stable
XML_RPC 1.4.1 stable
=================================
Package Version stable
Archive_Tar 1.1 stable
Console_Getopt 1.2 stable
DB 1.7.6 stable
HTML_Template_IT 1.1 stable
HTTP 1.3.6 stable
Mail 1.1.8 stable
Net_SMTP 1.2.7 stable
Net_Socket 1.0.6 stable
Net_UserAgent_Detect 2.0.1 stable
PEAR 1.3.6 stable
XML_Parser 1.2.6 stable
XML_RPC 1.4.1 stable
In my example, I have PEAR Version 1.3.6 Installed in my server.
