【发布时间】: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。我真的需要一个解决方案。
【问题讨论】: