Skip to content
Snippets Groups Projects
Commit 239050e7 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Deactivate zend_extension line inside the config

This fixes a warning that the extension is already loaded.
parent ccc81a1f
No related branches found
No related tags found
No related merge requests found
; Generated automatically by Chef
; (see https://github.com/derickr/xdebug/blob/master/xdebug.ini for more information)
zend_extension = <%= Mixlib::ShellOut.new("php -i | grep extension_dir | awk 'NR==1 {print $(NF)}'").run_command.stdout.strip %>/xdebug.so
;zend_extension = <%= Mixlib::ShellOut.new("php -i | grep extension_dir | awk 'NR==1 {print $(NF)}'").run_command.stdout.strip %>/xdebug.so
; -----------------------------------------------------------------------------
; xdebug.auto_trace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment