Disabling xdebug when running composer

前端 未结 18 1223
北海茫月
北海茫月 2021-01-29 21:18

When running composer diagnose, I get the following error :

The xdebug extension is loaded, this can slow down Composer a little. Disablin

18条回答
  •  猫巷女王i
    2021-01-29 21:43

    Here is my quick solution to get rid off the Xdebug warning on PHP5-cli version. I have removed the support of Xdebug for PHP5-cli on Ubuntu 14.04.

    cd /etc/php5/cli/conf.d/

    sudo rm 20-xdebug.ini

    Now no more Xdebug warning on PHP5-cli.

提交回复
热议问题