由于php文件而导致无法安装composer

时间:2018-09-29 07:02:39

标签: php laravel xampp

问候开发人员,我想为我的项目学习laravel框架。为此,我按照google中的一些说明进行安装。我应该有安装它的作曲家。我尝试下载作曲家,但是有一些错误。错误是:

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

我尝试解决它。我只检查php.ini文件,看起来都不错。是因为我正在使用xampp服务器7.2.0。我真的需要一个解决方案。

1 个答案:

答案 0 :(得分:0)

将ArtisticPhoenix的评论转化为答案。

相反,您需要从php.ini中删除它(用 ;php_mysql.dll注释掉)。因为它已在PHP7中被弃用和“删除”。还只是看看您发布的C:\xampp\php\ext\php_php_mysql.dll.dll php_php_mysql.dll.dll吗?似乎很奇怪。双重乐趣,两个php_dll扩展名...大声笑

ArtisticPhoenix 18年9月29日在7:54

我测试成功了。