The module uses the dl() function to try and load the mycypt extention. This is no longer supported in PHP 5.3, and results in a WSOD with nothing in log or on screen.

Proposed solution: do not try to load the module if extention_loaded() fails.

Comments

greggles’s picture

I don't have this same issue with the latest 6.x-1.x- dev.

Also, does this fix it for you #1512396: Make the fallback to AES128.php work on all platforms - mcrypt missing in CentOS/RHEL ?