mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: exclude deprecated until Phalcon is fixed
PHP Deprecated: Creation of dynamic property OPNsense\Core\Api\MenuController::$request is deprecated in /usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php on line 195 PHP Deprecated: Creation of dynamic property OPNsense\Core\Api\MenuController::$session is deprecated in /usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ControllerRoot.php on line 149 PHP Deprecated: Creation of dynamic property OPNsense\Core\Api\MenuController::$security is deprecated in /usr/local/opnsense/mvc/app/controllers/OPNsense/Base/ApiControllerBase.php on line 298
This commit is contained in:
parent
8eaa7adfe6
commit
1ccb2c9430
@ -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
|
||||
error_reporting = E_ALL ^ (E_DEPRECATED)
|
||||
{% endif %}
|
||||
display_errors=on
|
||||
display_startup_errors=off
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user