Skip to content

Instantly share code, notes, and snippets.

@thomaslorentsen
Created December 7, 2016 17:11
Show Gist options
  • Save thomaslorentsen/638baa2aae856174f83f8dad3be84d4b to your computer and use it in GitHub Desktop.
Save thomaslorentsen/638baa2aae856174f83f8dad3be84d4b to your computer and use it in GitHub Desktop.
Installs XDebug
- name: Install XDebug
yum:
name: php-pecl-xdebug
state: present
- name: Set XDebug module location
lineinfile:
dest: /etc/php.d/xdebug.ini
regexp: '^zend_extension='
line: 'zend_extension=/usr/lib64/php/modules/xdebug.so'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment