NYCPHP Meetup

NYPHP.org

[nycphp-talk] mcrypt_encrypt

Tim Lieberman tim_lists at o2group.com
Sun Jan 25 15:34:43 EST 2009


On Jan 25, 2009, at 3:11 PM, Michele Waldman wrote:

> What am I looking for?  I've never seen phpinfo() where mcrypt was
> installed.
> --disable-posix-threads in the configuration command or something in
> additional .ini files parsed?  Would it list mcrypt explicitly?
> Michele

You'll see --with-mcrypt in the configure command at the top, and an  
mcrypt section farther down in the phpinfo() output.

According to php.net, you probably need to compile libmcrypt itself,  
passing --disable-posix-threads to libmcrypt's configure script

-Tim




More information about the talk mailing list