PHP 7.0.33 with sqlsrv gives error "SSL Provider: [OpenSSL library could not be loaded, make sure OpenSSL 1.0 or 1.1 is installed]" – PHP Versions
I'm using sqlsrv module with PHP 7.0.33, Apache 2.2.34 on MacOS Catalina (10.15.7). The execution of sqlsrv_connect in this code block $serverName = "192.168.4.14"; $connectionInfo = array( "Database" => "mydatabase", "UID" => "myusername", "PWD" => "mypassword" ); // Create connection…