`mcrypt_create_iv` Stalls, But Only Through Apache
问题 My local installation of PHP started doing this recently, but I don't know what changed and could have started this. It completely stalls out with 100% CPU utilization when I call mycrypt_create_iv , but only when that's called by Apache. When I call it from the CLI, it returns almost instantly. My test file is as follows: <?php echo mcrypt_create_iv(16, MCRYPT_DEV_URANDOM); The values are, of course, what the function was getting called with when I discovered this issue. This issue happens