Skip to content

Commit

Permalink
Configured html_errors = 0 to prevent XHR requests from failing
Browse files Browse the repository at this point in the history
  • Loading branch information
theoboldt committed Dec 7, 2024
1 parent 56525d6 commit aecda14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/docker/build/php-apache/php_dev.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ memory_limit = 768M
max_execution_time = 120

error_reporting = E_ALL ^ E_NOTICE
html_errors = 0

[xdebug]
; activate xdebug via env variable XDEBUG_MODE,XDEBUG_SESSION
Expand Down
1 change: 1 addition & 0 deletions app/docker/build/php-apache/php_prod.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ realpath_cache_size = 4096K
realpath_cache_ttl = 600

error_reporting = 0
html_errors = 0

[mbstring]
mbstring.func_overload = 0

0 comments on commit aecda14

Please sign in to comment.