PHP composer xdebug warning

后端 未结 6 1295
傲寒
傲寒 2021-01-31 04:24

New to PHP. Working on a PHP project and have xdebug enabled to be able to debug my php applications. The production server does not have xdebug enabled because it is handled by

6条回答
  •  渐次进展
    2021-01-31 05:10

    Like with web scripts, expect CLI scripts to run slower as well.

    If you need the added runtime performance, you can disable XDebug on CLI only. Set your PHP installation so that it uses different ini files for CLI and your server, as this answer suggests.

提交回复
热议问题