LMSouq
php-dev Open

How can I find the php.ini file used by the command line?

AM
Amokrane Chentir
1 month ago
3 views
Problem Description
I need to enable *pdo_mysql* in my [EasyPHP][1] environment, so I went to the *php.ini* file and uncommented the following line: extension=php_pdo_mysql.dll Unfortunately I still have the same problem. I'm using the CLI so I suppose I need to locate the *php.ini* file used by the CLI. How can I find it? [1]: https://de.wikipedia.org/wiki/EasyPHP

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base