I am currently experiencing a problem with xdebug. I wanted to do a
php bin/console cache:clear
for my Symfony application but it got me this error:
Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
So I installed the latest version of Xdebug and put "zend_extension" in the php.ini
I restart my order and the, a new error:
Xdebug requires Zend Engine API version 320160303. The Zend Engine API version 320170718 which is installed, is newer.
I tell you that, I do not know what to do, can you help me? If you need more information, do not hesitate.
Thank you in advance !