You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thoughts on supporting commenting out in php.ini if the user has enabled xdebug that way?
Although xdebug's documentation recommends using a separate ext-xdebug.ini file, by default pecl installation xdebug will add the lines to enable the extension to php.ini. So thoughts on checking inside php.ini if the ext-xdebug.ini file is not found, and if it is comment/uncommenting it out there?
The text was updated successfully, but these errors were encountered:
Thoughts on supporting commenting out in php.ini if the user has enabled xdebug that way?
Although xdebug's documentation recommends using a separate ext-xdebug.ini file, by default pecl installation xdebug will add the lines to enable the extension to php.ini. So thoughts on checking inside php.ini if the ext-xdebug.ini file is not found, and if it is comment/uncommenting it out there?
The text was updated successfully, but these errors were encountered: