Re: how can I find out if I have mcrypt and mhash installed?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Ross Hulford wrote:
> 
> Thought it would be in the phpinfo() but cannot find it.
> 
> 
> R. 
> 
> 
> 
> 
<?php
echo 'mcrypt is '; 
if(!function_exists('mcrypt_encrypt')) echo '*NOT* '; 
echo 'available'; 
?>

J.
-- 
View this message in context: http://www.nabble.com/how-can-I-find-out-if-I-have-mcrypt-and-mhash-installed--tf3266193.html#a9088770
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux