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 @@ -43,7 +43,10 @@ relationships:
4343variables :
4444 php :
4545 # Example of setting php.ini config
46- # "display_errors": "On"
46+ # Display of errors should be disabled in production.
47+ display_errors : Off
48+ display_startup_errors : Off
49+
4750 memory_limit : 512M
4851 # The default OPcache configuration is not suited for Symfony applications
4952 opcache.memory_consumption : 256
Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ relationships:
4343variables :
4444 php :
4545 # Example of setting php.ini config
46- # "display_errors": "On"
46+ # Display of errors should be disabled in production.
47+ display_errors : Off
48+ display_startup_errors : Off
49+
4750 memory_limit : 512M
4851 # The default OPcache configuration is not suited for Symfony applications
4952 opcache.memory_consumption : 256
Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ relationships:
4343variables :
4444 php :
4545 # Example of setting php.ini config
46- # "display_errors": "On"
46+ # Display of errors should be disabled in production.
47+ display_errors : Off
48+ display_startup_errors : Off
49+
4750 memory_limit : 512M
4851 # The default OPcache configuration is not suited for Symfony applications
4952 opcache.memory_consumption : 256
Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ relationships:
4343variables :
4444 php :
4545 # Example of setting php.ini config
46- # "display_errors": "On"
46+ # Display of errors should be disabled in production.
47+ display_errors : Off
48+ display_startup_errors : Off
49+
4750 memory_limit : 512M
4851 # The default OPcache configuration is not suited for Symfony applications
4952 opcache.memory_consumption : 256
You can’t perform that action at this time.
0 commit comments