« Programmation/PhpStorm » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 44 :
{{attention|1=Le php.ini dépend de l'OS hôte<ref>https://gist.github.com/chadrien/c90927ec2d160ffea9c4#gistcomment-2398281</ref> :
* Linux :
<syntaxhighlight lang=ini>
xdebug.remote_host = 172.170.0.1
</syntaxhighlight>
* Windows :
<syntaxhighlight lang=ini>
xdebug.remote_host = "docker.for.win.host.internal"
</syntaxhighlight>
* Mac :
<syntaxhighlight lang=ini>
xdebug.remote_host = "docker.for.mac.host.internal"
</syntaxhighlight>
}}