Skip to content

Commit

Permalink
fix: ensure php errors are passed to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcandrew committed Mar 15, 2018
1 parent ef2d4a3 commit e81d2fb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion civicrm/buildkit.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memory_limit = 1024M
cgi.fix_pathinfo = Off
sendmail_path=/usr/sbin/sendmail -t -i

log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
2 changes: 1 addition & 1 deletion publish/civicrm/php5.6/buildkit.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memory_limit = 1024M
cgi.fix_pathinfo = Off
sendmail_path=/usr/sbin/sendmail -t -i

log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
2 changes: 1 addition & 1 deletion publish/civicrm/php7.0/buildkit.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memory_limit = 1024M
cgi.fix_pathinfo = Off
sendmail_path=/usr/sbin/sendmail -t -i

log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
2 changes: 1 addition & 1 deletion publish/civicrm/php7.1/buildkit.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memory_limit = 1024M
cgi.fix_pathinfo = Off
sendmail_path=/usr/sbin/sendmail -t -i

log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
2 changes: 1 addition & 1 deletion publish/civicrm/php7.2/buildkit.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memory_limit = 1024M
cgi.fix_pathinfo = Off
sendmail_path=/usr/sbin/sendmail -t -i

log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On
2 changes: 1 addition & 1 deletion publish/templates/civicrm/buildkit.ini.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
memory_limit = 1024M
cgi.fix_pathinfo = Off
sendmail_path=/usr/sbin/sendmail -t -i

log_errors = On
zend_extension=xdebug.so
xdebug.show_error_trace = On

0 comments on commit e81d2fb

Please sign in to comment.