Skip to content

Conversation

@mpetit-labsoft
Copy link

Prevent info level messages about deprecated creation of dynamic property. like this :

[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

This fixed deprecated info in PHP 8.3
Creation of dynamic property is deprecated in PHP 8.3, so, this missing property are declared in class definition
@mpetit-labsoft
Copy link
Author

This is about issue #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant