yesql-php
yesql-php copied to clipboard
PHP 8.3.2 : fixed deprected warnings
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 is about issue #11