File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ relationships:
4242variables :
4343 php :
4444 # Example of setting php.ini config
45- # "display_errors": "On"
45+ # Display of errors should be disabled in production.
46+ display_errors : Off
47+ display_startup_errors : Off
48+
4649 memory_limit : 512M
4750 # The default OPcache configuration is not suited for Symfony applications
4851 opcache.memory_consumption : 256
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ relationships:
4242variables :
4343 php :
4444 # Example of setting php.ini config
45- # "display_errors": "On"
45+ # Display of errors should be disabled in production.
46+ display_errors : Off
47+ display_startup_errors : Off
48+
4649 memory_limit : 512M
4750 # The default OPcache configuration is not suited for Symfony applications
4851 opcache.memory_consumption : 256
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ relationships:
4242variables :
4343 php :
4444 # Example of setting php.ini config
45- # "display_errors": "On"
45+ # Display of errors should be disabled in production.
46+ display_errors : Off
47+ display_startup_errors : Off
48+
4649 memory_limit : 512M
4750 # The default OPcache configuration is not suited for Symfony applications
4851 opcache.memory_consumption : 256
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ relationships:
4242variables :
4343 php :
4444 # Example of setting php.ini config
45- # "display_errors": "On"
45+ # Display of errors should be disabled in production.
46+ display_errors : Off
47+ display_startup_errors : Off
48+
4649 memory_limit : 512M
4750 # The default OPcache configuration is not suited for Symfony applications
4851 opcache.memory_consumption : 256
You can’t perform that action at this time.
0 commit comments