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
  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:
Post Tags: how, to, find, version, of, pear, is, installed, linux, apache, server, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 608 Times Since Fri Jul 21, 2006 7:17 am Posted By john607 with 1 replies
How To Find Version Of PEAR Is Installed Linux Apache Server
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






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
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





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:
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.