Hello everyone, I don’t know if this is a Yii2 bug or something that’s happening just on my computer. When I execute ./yii on my terminal I get the following message
PHP Warning: Module 'xdebug' already loaded in Unknown on line 0
And then
PHP Core Warning 'yii\base\ErrorException' with message 'Module 'xdebug' already loaded'
in ./Unknown:0
Stack trace:
#0 {main}
I did a grep xdebug /etc/php.ini and I got
[xdebug]
zend_extension="/usr/lib/php/modules/xdebug.so"
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
Any clue about what’s happening here?
Thanks in advance and congratulations for this new major release