domaz
domaz
In the end I integrated again the PHP 7.4 version and excluded Doctrine from the pre-8.2 versions tests
I'm pretty confident it works even with PHP 8.0 version. I can confirm that the classes `\Doctrine\DBAL\Driver\Connection` and `\Doctrine\DBAL\Driver` exist even in the next major versions of doctrine. (I'm using...
@brettmc @Nevay > Hooking driver methods will cause duplicated spans if a middleware like [Symfony Debug Middleware](https://github.com/symfony/doctrine-bridge/tree/3e223cc6869b8677bd74ba508eca77a2e87b9e4d/Middleware/Debug) is used. An alternative approach to avoid this problem would be to move...
@brettmc I resolved the conflict, I didnt have time to put more effort in this project. I'm too busy at the moment.
@brettmc Maybe you didnt see but I merged to the main branch
You perfectly nailed the situation. We are using non-PDO driver in our projects. Is there a guideline on how to implement tests and static analysis?
Thanks I will try to do that and when I'm ready we can discuss how to proceed to create a pull request. Do you have a docker-compose.yml of example to...
Ok I created the [PR](https://github.com/open-telemetry/opentelemetry-php-contrib/pull/300) I'm waiting my company manager to accept the CLA
The [PR](https://github.com/open-telemetry/opentelemetry-php-contrib/pull/300) has been merged.