Skip to content
Snippets Groups Projects
Commit 97bec297 authored by Markus Guenther's avatar Markus Guenther
Browse files

[BUGFIX] Use xDebug for PHP 5.6

The PHP version has been upgraded to version 5.6 but xDebug was
still version 5.5 compatible.
parent 0beb5455
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ if node['platform_version'] == '16.04'
notifies :restart, 'service[apache2]', :delayed
end
else
package 'php5-xdebug'
package 'php5.6-xdebug'
template '/etc/php5/apache2/conf.d/xdebug.ini' do
mode '0644'
......
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