在dev中的Symfony 4资产响应错误,需要哪个php扩展?

In symfony I use bin/console server:run all resources response is invalid ~
example:
css response info by 'bin/console'
This is return a text and has not response header.
But when I use php -S 127.0.0.1:8000 -t public, it is worked!
css response info by 'php -S'

And there are some logs is samed in terminal They are all response 200!.

I think the reason is that I have some php extension not istalled.
So I composer require req-checker,But there is not required symfony required check

So who can tell me I will require which extension can fixed it.
Thanks!