When I try to run my PHPUnit tests on WSL (Windows Subsystem for linux). I will always get thrown this warning:
PHP Warning: PHP Startup: Unable to load dynamic library 'php_openssl.dll' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/php_openssl.dll.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
I have searched through all my of .ini files to find if there is any extension=php_openssl.dll
that remain without a ;
before them. But found none.
If anyone could help me I would be very grateful!