what reason? And its solution, I hope it will be helpful to friends in need!
Composer-Setup installation failure and solution
###Error occurred: #################Cause analysis: #########This is because your PHP openssl module is not turned on, so you need to modify the PHP configuration file#########Solution: #########Modify PHP Configuration file (php.ini) - What is modified is php.ini under the Apache server, such as the path: D:\wamp64\wamp\bin\php\php5.4.12\php.ini######Find php. The location of php_openssl.dll in the ini configuration file############Modification: Remove the ";" in front of the line (represents opening) ############ When finished, reinstall Composer. #########
The above is the detailed content of Why does Composer-Setup fail to install successfully?. For more information, please follow other related articles on the PHP Chinese website!
Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete