Description
Description
The following code:
Resulted in this output:
Creation of dynamic property OCILob::$descriptor is deprecated
https://github.com/doctrine/dbal/runs/6850136105?check_suite_focus=true
But I expected this output instead:
The piece of code that PHP complains about does not write any property directly but calls oci_new_descriptor()
which is supposed to return a new OCILob
instance. I don't feel like I could avoid the deprecation.
PHP Version
PHP 8.2-dev 13479ee
Operating System
Ubuntu 20.04