Closed kenjis closed 1 year ago
How is this our bug if we have indicated in the upgrade guide to add these two properties to app/Config/Exceptions.php?
Content Changes
The following files received significant changes (including deprecations or visual adjustments) and it is recommended that you merge the updated versions with your application: ...
- app/Config/Exceptions.php Two additional public properties were added: $logDeprecations and $deprecationLogLevel. See See :ref:
logging_deprecation_warnings
for details.
It is recommendation. But this is mandatory in PHP 8.2.
Ah I see. Thanks for the clarification.
From Slack:
Deprecated: Creation of dynamic property Config\Exceptions::$logDeprecations is deprecated in ...\vendor\codeigniter4\framework\system\Debug\Exceptions.php on line 87 Deprecated: Creation of dynamic property Config\Exceptions::$deprecationLogLevel is deprecated in ...\vendor\codeigniter4\framework\system\Debug\Exceptions.php on line 88
PHP 8.2 & CI 4.3.0