in mautic’s php.ini
There’s lines
;[XDebug]
;; Only Zend OR (!) XDebug
I’d like to use xdebug, and uncommented xdebug related lines.
The above comment seems to suggest I should disable Zend if I use xdebug (I’m new to php, mautic, symfony, don’t know much about any of this)
How can I disable zend if I have to?
in mautic’s php.ini
There’s lines
;[XDebug]
;; Only Zend OR (!) XDebug
I’d like to use xdebug, and uncommented xdebug related lines.
The above comment seems to suggest I should disable Zend if I use xdebug (I’m new to php, mautic, symfony, don’t know much about any of this)
How can I disable zend if I have to?