summaryrefslogtreecommitdiff
path: root/ext/odbc/odbc.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsqlMáté Kocsis2021-02-141-1/+1
* Update ext/odbc parameter namesChristoph M. Becker2020-10-131-85/+85
* Change parameters types from int to boolChristoph M. Becker2020-10-121-1/+1
* Rename $qualifier/$owner params to $catalog/$schemaChristoph M. Becker2020-09-251-9/+9
* Remove outdated link to bug reportChristoph M. Becker2020-09-241-1/+0
* Fix UNKNOWN default values in ext/odbcMáté Kocsis2020-09-241-12/+12
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-241-1/+1
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
* Move custom type checks to ZPPMáté Kocsis2020-09-021-5/+2
* 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
* 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
* 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