Hi! I had PHP compiled with the "--with-mcrypt" option. So, when I use this script, PHP spit out the error " Warning: could not open encryption module" but it work fine if I use other script like "$SSL_CIPHER_USEKEYSIZE".
--clip-- mcrypt_module_open(MCRYPT_TripleDES, "", MCRYPT_MODE_ECB, ""); --clip-- Why is that? The mcrypt is already compiled with PHP....... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php