MantisBT: master 1fbfa488

Author Committer Branch Timestamp Parent
dhx dhx master 2010-02-26 18:54 master 44be8f3f
Changeset

Don't use openssl_random_pseudo_bytes() on Windows (performance reasons)

The openssl_random_pseudo_bytes() function seems to perform very slowly
on Windows (100% CPU, pages take over a minute to load). Therefore we
should disable this function from being used on Windows platforms.

mod - core/crypto_api.php Diff File