You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having some troubles with BerlinDB in php 8.2, it throws an error saying Creation of dynamic property LCDR\DB\Row\Concept::$modified is deprecated this happens to all the properties from Row:
Creation of dynamic property LCDR\DB\Row\Concept::$modified is deprecated at C:\Users\55119\Elucidário.art\elucidario\packages\core\vendor\berlindb\core\src\Database\Base.php:272268▕ }
269▕
270▕ // Set all properties
271▕ foreach ( $argsas$key => $value ) {
➜ 272▕ $this->{$key} = $value;
273▕ }
274▕ }
275▕
276▕ /**
1C:\Users\55119\Elucidário.art\elucidario\packages\core\vendor\bin\pest:119include("C:\Users\55119\Elucidário.art\elucidario\packages\core\vendor\pestphp\pest\bin\pest")
$ php -v
PHP 8.2.4 (cli) (built: Mar 14 2023 17:54:25) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.4, Copyright (c) Zend Technologies
Hello!
Im having some troubles with BerlinDB in php 8.2, it throws an error saying Creation of dynamic property
LCDR\DB\Row\Concept::$modified
is deprecated this happens to all the properties from Row:link: https://www.php.net/manual/en/migration82.deprecated.php#:~:text=The%20creation%20of%20dynamic%20properties,not%20affected%20by%20this%20change.
The text was updated successfully, but these errors were encountered: