how to check Installation Crypt_CBC from PEAR

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

how to check Installation Crypt_CBC from PEAR

Post by amir »

i have a requirement to Install Crypt_CBC from PEAR on my machine. How can i check that i have successfully installed that or not.

Is it through phpinfo()?

TIA!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Open a shell/command line
Go to the pear directory
*
Run pear search Crypt_CBC , this may take a minute or two

Code: Select all

Retrieving data...0%....50%....MATCHED PACKAGES, CHANNEL PEAR.PHP.NET:
=======================================
PACKAGE   STABLE/(LATEST)  LOCAL
Crypt_CBC 0.4/(0.4 stable) 0.4   A class to emulate Perl's Crypt::CBC module.
Note the LOCAL column


--
* Run once pear channel-update pear.php.net
Post Reply