mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Revert "system: exclude deprecated until Phalcon is fixed"
This reverts commit 1ccb2c9430b92e3f40798d269a1f3dbc94635ef2.
This commit is contained in:
parent
1c96851043
commit
3ca3bc5c8a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user