PhpStorm 本地 Web 服务器截断输出

PhpStorm local web server truncated output

所以,这是一个问题:当我在本地服务器上启动 index.php 时,某些点之后的部分代码丢失了(通常大约是 html 代码的最后 30%,但它看起来很漂亮随机的)。如果 php 文件很小,它工作正常,但它很难处理 200 多行。

当我启动 http://localhost:63342/test/index.php 时,html 结束如下:

...
<header class="mdl-layout__header">
    <div class="mdl-layout__header-row">
        <span class="mdl-layout-title">Главная</span>
        <div class="md

当我启动 file:///C:/test/index.php 或在外部服务器上时没问题。

HTML 正确,已通过验证器检查。

这是一个 PhpStorm 问题。请投票:https://youtrack.jetbrains.com/issue/WEB-17803

根据开发者的说法,此错误现已修复:

28 Sep 2015: Build with fix should be available during this week