Welcome Guest, Not a member yet? Register   Sign In
Need help with mcrypt ... ciphers function returns "Nope"
#1

[eluser]Todd S[/eluser]
So I tried the ciphers function from the CI docs to see if I could get mcrypt to work:

Code:
function ciphers()
    {
    echo ( ! function_exists('mcrypt_encrypt')) ? 'Nope' : 'Yup';
    }

It returns "Nope."

I've added 'extension=mcrypt.so' to my php.ini file and I did make sure mcrypt is installed on my Joyent Accelerator. It's actually called CSWlibmcrypt in this particular Solaris environment.

Any suggestions?
#2

[eluser]Todd S[/eluser]
Just for clarification, it's not actually called the "ciphers" function. I just happened to create a controller called ciphers to run the mcrypt check.




Theme © iAndrew 2016 - Forum software by © MyBB