How To Find Version of PEAR Is Installed Linux Apache Server

Mobile
feeds
Welcome Login | Register

How To Find Version of PEAR Is Installed Linux Apache Server
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » PHP Forums
        » » 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
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?


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
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:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : How To Find Version of PEAR Is Installed Linux Apache Server

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
john607:
run this command at the linux shell prompt to find out what version you have installed in your 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


In my example, I have PEAR Version 1.3.6 Installed in my server.