History log of /PHP-8.2/ext/pdo/pdo.stub.php (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 84cd2a90 25-May-2022 Máté Kocsis

Add some stub related todo comments


# 96a5026b 28-Dec-2021 Máté Kocsis

Redefine PDOException::$code with correct type

Closes GH-7839


# 6a47831e 06-Sep-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 3 (#7467)


# f11411ea 19-Apr-2021 Máté Kocsis

Use typed property in PDOException


# af56982a 14-Feb-2021 Máté Kocsis

Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsql

Closes GH-6691


# 45fa7596 09-Feb-2021 Máté Kocsis

Add missing classes to stubs


# 1954e597 26-Jan-2021 Máté Kocsis

Add support for generating class entries from stubs

Closes GH-6289

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>


# 21cfa03f 05-Apr-2020 Máté Kocsis

Generate function entries for another batch of extensions

Closes GH-5352


# 305b17e8 29-Mar-2020 Máté Kocsis

Do not include the same stub multiple times

Closes GH-5322


# 7d0102df 17-Feb-2020 Christoph M. Becker

Revert "Replace @param annotations with type declarations"

This reverts commit c31029f335ca1b453af799805c43c37e959ad555.


# c31029f3 16-Feb-2020 Christoph M. Becker

Replace @param annotations with type declarations


# 4a5e17f9 06-Dec-2019 Nikita Popov

Restore PDOStatement::setFetchMode() signature

I don't think this is worth the BC break, and getting variadic
signature changes compatible across PHP versions is somewhat tricky.


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4
# 100552d4 09-Oct-2019 Máté Kocsis

Add stubs for PDO