T
T
totudub2016-01-05 09:27:58
PHP
totudub, 2016-01-05 09:27:58

How to tell phpstorm the path to php.ini?

Setting up xdebug. Phpinfo sees xdebug but phpstorm doesn't. Apparently because it reads php-cli.ini and not php.ini.
438679631a7544ea99241641e61e8784.png4b3102473dc24b03b2ab6326951e5074.png
How to specify for phpstorm php.ini?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2016-01-05
@totudub

what prevents to register xdebug in php-cli.ini ?

A
Andrzej Wielski, 2016-01-05
@wielski

Run/Debug Configurations
PhpUnit
Interpreter options
Set value to

-c "C:\absolute_path\to\php.ini"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question