yesql-php
yesql-php copied to clipboard
PHP 8.3.2 : deprected warnings
Thank you for this projet I use it on some projets with success!
I inform you, that on a new project, with PHP 8.3.2, I see this info level messages about deprecated use in your code:
[PHP-CGI ] [16-Feb-2024 12:49:23 UTC] [info] Deprecated: Creation of dynamic property Nulpunkt\Yesql\Statement\Select::$rowClass is deprecated
[PHP-CGI ] [16-Feb-2024 12:49:23 UTC] [info] Deprecated: Creation of dynamic property Nulpunkt\Yesql\Statement\MapInput::$argNames is deprecated
[PHP-CGI ] [16-Feb-2024 12:49:23 UTC] [info] Deprecated: Creation of dynamic property Nulpunkt\Yesql\Statement\MapInput::$inFunc is deprecated
| Technology | Version |
|---|---|
| PHP | 8.3.2 |
| Symfony | 6.4 |
| Yesql-php | 1.5 |
I hope this will be useful.