Revert "system: exclude deprecated until Phalcon is fixed"

This reverts commit 1ccb2c9430b92e3f40798d269a1f3dbc94635ef2.
This commit is contained in:
Franco Fichtner 2024-02-12 14:54:52 +01:00
parent 1c96851043
commit 3ca3bc5c8a

View File

@ -23,7 +23,7 @@ ignore_repeated_errors = on
{% if system.deployment|default("") == "" %}
error_reporting = E_ALL ^ (E_WARNING | E_NOTICE | E_DEPRECATED | E_STRICT | E_CORE_WARNING | E_COMPILE_WARNING)
{% else %}
error_reporting = E_ALL ^ (E_DEPRECATED)
error_reporting = E_ALL
{% endif %}
display_errors=on
display_startup_errors=off