laminas / laminas-db

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
https://docs.laminas.dev/laminas-db/
BSD 3-Clause "New" or "Revised" License
122 stars 68 forks source link

Declare dynamic properties on the OCI8 adapters, to prevent PHP 8.2 deprecation warnings #282

Closed parktrip closed 1 year ago

parktrip commented 1 year ago

As dynamic properties as not allowed anymore with 8.2, $parametersBound property was causing a deprecation notice "Creation of dynamic property Laminas\Db\Adapter\Driver\Oci8\Statement::$parametersBound is deprecated"

Signed-off-by: Olivier MELLINGER parktrip@gmail.com

Q A
Documentation no
Bugfix yes
BC Break yes
New Feature no
RFC no
QA no

Description