phpstan / php-8-stubs

27 stars 8 forks source link

Merge PDO_*_Ext definitions into PDO class #23

Open ondrejmirtes opened 2 years ago

ondrejmirtes commented 2 years ago

In php-src there are some special stubs that are not supposed to be used on their own because they don't represent any real class, like: https://github.com/php/php-src/blob/master/ext/pdo_pgsql/pgsql_driver.stub.php

/cc @kocsismate Are you aware of any other special stubs that need special handling in php-src? Thanks!

kocsismate commented 2 years ago

Yes, there is PDO_SQLite_Ext. But I'm not aware of any other special stub.

kocsismate commented 2 years ago

I mean, there is a few weirdness which you may already be aware of: