From 239050e73af5fc0589bab1ff309e76ef37b0d931 Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Wed, 25 Feb 2015 19:05:03 +0100
Subject: [PATCH] [BUGFIX] Deactivate zend_extension line inside the config

This fixes a warning that the extension is already loaded.
---
 templates/default/xdebug.ini.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/default/xdebug.ini.erb b/templates/default/xdebug.ini.erb
index 81cbc0a..7a582e7 100644
--- a/templates/default/xdebug.ini.erb
+++ b/templates/default/xdebug.ini.erb
@@ -1,7 +1,7 @@
 ; 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
-- 
GitLab