Mission bro, sorry I want to ask, I'm having trouble using composer to update a framework library. The following message appears:
"The openssl extension is required for SSL/TLS protection but is not available. If you cannot enable the openssl extension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true."
Here's what it looks like:
Completion
Okay bro, please open the php.ini file with notepad++ then please use CTRL+F to search.
extension=php_openssl.dll
If not found, please add it yourself along with other extension file lines, with a format like the code highlighter example above. Please feel free to put it at the top, middle or bottom with other extensions, you will see many extensions there.
Information:
;extension=php_blablablal.dll
(semicolon as comment tag, used to disable extension).
extension=php_blablabla.dll
(without semicolon is active extension).
When installing composer, I directed the request for the php.exe file here, bro:
Feedback
Great bro, after I added the extension as you suggested, the result was successful! Good job! Thank you very much bro!