When I run it on my webserver, I get the PHP error "Uncaught Error: Call to undefined function openssl_random_pseudo_bytes()"
It seems it can't call the openssl functions. Yet I made sure to put the OpenSSL DLLs in the same folder as my web server's EXE file (which is also the same folder that php-cgi.exe is located in). So why can't it find the OpenSSL DLLs (which I assume is where the required function is located)? Please help.