Skip to content

Commit

Permalink
adding debug settings to built php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcandrew committed Oct 30, 2018
1 parent 61d2634 commit 6e5d618
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish/civicrm/php5.6/buildkit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sendmail_path=/usr/sbin/sendmail -t -i
log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
xdebug.remote_enable = On
xdebug.remote_autostart = 1
xdebug.remote_host = 172.26.0.1
3 changes: 3 additions & 0 deletions publish/civicrm/php7.0/buildkit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sendmail_path=/usr/sbin/sendmail -t -i
log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
xdebug.remote_enable = On
xdebug.remote_autostart = 1
xdebug.remote_host = 172.26.0.1
3 changes: 3 additions & 0 deletions publish/civicrm/php7.1/buildkit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sendmail_path=/usr/sbin/sendmail -t -i
log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
xdebug.remote_enable = On
xdebug.remote_autostart = 1
xdebug.remote_host = 172.26.0.1
3 changes: 3 additions & 0 deletions publish/civicrm/php7.2/buildkit.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sendmail_path=/usr/sbin/sendmail -t -i
log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
xdebug.remote_enable = On
xdebug.remote_autostart = 1
xdebug.remote_host = 172.26.0.1

0 comments on commit 6e5d618

Please sign in to comment.