How to disable Xdebug loading for PHP CLI? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . Im using composer, and when i do an update. It takes a huge chunk of time if xdebug is loaded in my php.ini file. How can i disable xdebug only for cli. So composer won't take as much time. Yet i will have xdebug enabled? 回答1: I found the answer by specifying a custom php.ini file