Skip to content

Merge PDO_*_Ext definitions into PDO class #23

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
ondrejmirtes opened this issue Jun 2, 2022 · 2 comments
Open

Merge PDO_*_Ext definitions into PDO class #23

ondrejmirtes opened this issue Jun 2, 2022 · 2 comments

Comments

@ondrejmirtes
Copy link
Member

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
Copy link

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

@kocsismate
Copy link

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

  • SAPIs alias the same function many times (e.g. getallheaders())
  • there are a few test extensions: zend_test, dl_test and skeleton

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants