summaryrefslogtreecommitdiff
path: root/ext/odbc/odbc.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-141-1/+1
| | | | Closes GH-6691
* Update ext/odbc parameter namesChristoph M. Becker2020-10-131-85/+85
| | | | Closes GH-6303.
* Change parameters types from int to boolChristoph M. Becker2020-10-121-1/+1
| | | | | | | | | These are typical boolean parameters, so we shouldn't advertize them as integers. For the `$reverse` parameter that even fixes expectations, because the `reverse` member is a bitfield of 1 bit, so assigning any even integer would not set it. Closes GH-6328.
* Rename $qualifier/$owner params to $catalog/$schemaChristoph M. Becker2020-09-251-9/+9
| | | | | | | These have been called qualifier and owner with ODBC 2, but ODBC 3 changed that to catalog and schema, respectively. Closes GH-6210.
* Remove outdated link to bug reportChristoph M. Becker2020-09-241-1/+0
| | | | That bug has been fixed, so no need to keep that link any longer.
* Fix UNKNOWN default values in ext/odbcMáté Kocsis2020-09-241-12/+12
| | | | Closes GH-6154
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-241-1/+1
| | | | | * PHP-7.4: Fix #78470: odbc_specialcolumns() no longer accepts $nullable
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
| | | | Settling on using quoted string
* Move custom type checks to ZPPMáté Kocsis2020-09-021-5/+2
| | | | Closes GH-6034
* Add a few missing types to stubsMáté Kocsis2020-08-011-2/+5
|
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-0/+2
| | | | Closes GH-5352
* Annotate function aliases in stubsMáté Kocsis2020-04-041-1/+5
|
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-1/+2
| | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555.
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-2/+1
|
* Add union return types with one classMáté Kocsis2019-11-181-5/+2
|
* Add union return types for function stubsMáté Kocsis2019-11-111-62/+25
|
* Declare nullable arguments in stubsChristoph M. Becker2019-09-041-10/+10
|
* Add ext/odbc stubsChristoph M. Becker2019-08-281-0/+231