我已经在php.ini中取消注释了:
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
;extension=php_oci8_11g.dll
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
Run Code Online (Sandbox Code Playgroud)
系统的变量设置好.
PHP版本5.4.16:
C:\wamp\bin\php\php5.4.16\php.exe
Run Code Online (Sandbox Code Playgroud)
添加到系统路径变量:
C:\ProgramData\ComposerSetup\bin
Run Code Online (Sandbox Code Playgroud)
但是,请回答这个错误:
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:
The openssl extension is missing, which means that secure HTTPS transfers are
impossible. If possible you should enable it or recompile php with --with-openssl
Run Code Online (Sandbox Code Playgroud)
我正在使用:
怎么解决这个问题,请帮帮我.