Exact text of warnings is:
Both these 'offending' dlls are disabled (commented out) in php.ini. So the warnings area false.Code: Select all
PHP Warning: PHP Startup: Unable to load dynamic library 'php_openssl.dll' (tried: D:\AMPP\php\ext\php_openssl.dll (The specified module could not be found), D:\AMPP\php\ext\php_php_openssl.dll.dll (The specified module could not be found)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'php_ftp.dll' (tried: D:\AMPP\php\ext\php_ftp.dll (The specified module could not be found), D:\AMPP\php\ext\php_php_ftp.dll.dll (The specified module could not be found)) in Unknown on line 0
Other than that, the script executes correctly in VS Code and in web browser.
I wonder if this is a problem with this PHP version or is it somehow possible that I have something wrong in the configuration?