Skip to content

Commit 46e7d79

Browse files
authored
IBX-8506: Disabled display_errors in Cloud (#78)
1 parent d649f40 commit 46e7d79

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ relationships:
4242
variables:
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

resources/platformsh/ibexa-content/3.3/.platform.app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ relationships:
4242
variables:
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

resources/platformsh/ibexa-experience/3.3/.platform.app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ relationships:
4242
variables:
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

resources/platformsh/ibexa-oss/3.3/.platform.app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ relationships:
4242
variables:
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

0 commit comments

Comments
 (0)