Page 1 of 1

how to check Installation Crypt_CBC from PEAR

Posted: Thu Dec 07, 2006 3:16 pm
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!

Posted: Thu Dec 07, 2006 10:13 pm
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