phpstorm <= 2018 ok, phpstorm >= 2019.1.1
run this:
<?php
/**
* Created by PhpStorm.
* User: Nicolas@infodata.xyz
* Date: 06/05/19
* Time: 00:44
*/
phpinfo();
in phpStorm 2018 information in browser is ok.
in phpStorm 2019.1.1 or > information in browser is: '502 bad gateway'
请先登录再写评论。
That's because of https://youtrack.jetbrains.com/issue/WI-19478 + https://youtrack.jetbrains.com/issue/WEB-31859
Those issues are being worked on.