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!
how to check Installation Crypt_CBC from PEAR
Moderator: General Moderators
Open a shell/command line
Go to the pear directory
*
Run pear search Crypt_CBC , this may take a minute or two
Note the LOCAL column
--
* Run once pear channel-update pear.php.net
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.--
* Run once pear channel-update pear.php.net