【问题标题】:unable to download composer for xampp version 7.2.0无法下载 xampp 版本 7.2.0 的作曲家
【发布时间】:2019-03-05 00:37:40
【问题描述】:

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

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 server 7.2.0。我真的需要一个解决方案。

【问题讨论】:

    标签: php laravel xampp


    【解决方案1】:

    看起来你在某个地方的 php.ini 上犯了一个错误,这条路线:

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

    ... 看起来完全不正确。 "php_php" ".dll.dll"

    【讨论】:

      猜你喜欢
      • 2020-12-27
      • 2022-07-06
      • 1970-01-01
      • 2017-11-22
      • 2016-06-07
      • 1970-01-01
      • 2016-03-29
      • 2020-07-25
      • 1970-01-01
      相关资源
      最近更新 更多