简体   繁体   English

无法下载适用于xampp版本7.2.0的作曲家

[英]unable to download composer for xampp version 7.2.0

Greeting developers, I want to learn laravel framework for my project. 问候开发人员,我想为我的项目学习laravel框架。 For that i follow some instruction in google to install it . 为此,我按照google中的一些说明进行安装。 i should have composer to install it. 我应该有安装它的作曲家。 i try to download composer but there have some errors.the error is 我尝试下载作曲家,但有一些错误。错误是

The PHP exe file you specified did not run correctly:

C:\xampp\php\php.exe

The php.ini used by your command-line PHP is: C:\xampp\php\php.ini

A setting in your php.ini could be causing the problem: Either the 'extension_dir' value is incorrect or the dll does not exist.

Program Output:
PHP Warning:  PHP Startup: Unable to load dynamic library 'php_mysql.dll' (tried: C:\xampp\php\ext\php_mysql.dll (The specified module could not be found.
), C:\xampp\php\ext\php_php_mysql.dll.dll (The specified module could not be found.
)) in Unknown on line 0

i try to resolve it. 我试图解决它。 i check the php.ini file all looking good only. 我只检查php.ini文件,看起来都不错。 Is that because of i am using xampp server 7.2.0. 是因为我正在使用xampp服务器7.2.0。 I am really need a solution. 我真的需要一个解决方案。

Looks like you made a mistake on your php.ini somewhere, this route: 看来您在php.ini的某个地方犯了一个错误,这条路线是:

C:\xampp\php\ext\php_php_mysql.dll.dll

... doesnt look at all correct. ...看起来并不正确。 "php_php" ".dll.dll" “ php_php”“ .dll.dll”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM