xdebug problem during composer installation

When installing composer today, there was a problem when choosing php.exe to install,
insert image description here
so I opened php/php.exe myself and found an error.
insert image description here
Solution:
1. Open the URL

https://xdebug.org/wizard

insert image description here

2. View phpinfo();

insert image description here
3. Select and copy all the queried information ctrl+a, paste it to the URL in step 1, and click to analyze the output of phpinfo()

insert image description here
4. Install and move to the corresponding location according to the prompts, and then configure to solve the xdebug problem
insert image description here

Guess you like

Origin blog.csdn.net/skybulex/article/details/111572202