Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. PHP 7.2.19 (cli) (built: May 29 2019 13:58:59) ( ZTS MSVC15 (Visual C++ 2017) x64 )
  2. Copyright (c) 1997-2018 The PHP Group
  3. Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
  4.  
  5. extension_dir = "C:/WEBSERVER/PHP7.2/ext"
  6.  
  7. extension=php_openssl.dll
  8.  
  9. [ComposerExceptionNoSslException]
  10. The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.
  11.  
  12.  
  13. config [-g|--global] [-e|--editor] [-a|--auth] [--unset] [-l|--list] [-f|--file FILE] [--absolute] [--] [<setting-key>] [<setting-value>]...
  14.  
  15. composer config -g -- disable-tls true
  16.  
  17. extension_dir = "ext"
  18.  
  19. extension_dir = "C:WEBSERVERPHP7.2ext"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement