You seem to have the line
extension=php_openssl.dll
twice in your php.ini file and/or subfiles.
You need to find all relevant php.ini files in your xampp directory and remove or comment out one of the module directives like this:
;extension=php_openssl.dll
After a server restart, this should solve it.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…