summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-151-1/+1
| | | | Closes GH-6696
* gen_stub: Also verify implementation-aliasNikita Popov2021-01-191-1/+4
| | | | | | | | This makes --verify also check @implementation-alias. Failures are ignored using @no-verify instead. Some mistakes have been made that would have been caught by this... Closes GH-6615.
* SQLite3::query() cannot return nullChristoph M. Becker2021-01-041-1/+1
|
* Improve parameter names in ext/sqlite3Dharman2020-10-061-17/+17
| | | | Closes GH-6264
* Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-211-1/+1
| | | | Closes GH-6170
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-2/+2
| | | | Settling on using quoted string
* Add a few callable method parameter types to ext/sqlite3Máté Kocsis2020-08-141-18/+8
| | | | Closes GH-5988
* Add all the missing parameter types to stubsMáté Kocsis2020-08-131-5/+15
| | | | Closes GH-5955
* Fix UNKNOWN default values in ext/sqlite3Máté Kocsis2020-05-061-2/+2
|
* Generate function entries from stubsMáté Kocsis2020-04-201-4/+10
| | | | | Converts ext/pcntl, ext/simplexml, ext/snmp, ext/soap, ext/sqlite3. Closes GH-5421
* Add missing visibility modifiers in stubsMáté Kocsis2020-04-111-40/+40
|
* Add setAuthorizer method to SQLite3BohwaZ2019-12-201-0/+3
| | | | | This adds the possibility to define a userland callback that will be used to authorize or not an action on the database.
* Convert sqlite3 functions arginfo to php stubsCraig Duncan2019-08-151-0/+128