michaelmcandrew / civicrm-buildkit-docker

This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
GNU Affero General Public License v3.0
40 stars 31 forks source link

xdebug is loaded twice #46

Closed wmortada closed 4 years ago

wmortada commented 4 years ago

When I run a command such as bkc civibuild create I get multiple warning messages saying:

Cannot load Xdebug - it was already loaded

I think this is because Xdebug is getting loaded twice. Once by buildkit.ini and once by debug.ini.

Removing the following line from buildkit.ini seems to fix this issue:

zend_extension=xdebug.so
michaelmcandrew commented 4 years ago

ta - your fix now merged.