summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-4/+3
* Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-153-13/+39
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-2/+0
* gen_stub: Also verify implementation-aliasNikita Popov2021-01-192-2/+5
* Replace zend_bool uses with boolNikita Popov2021-01-152-5/+5
* SQLite3::query() cannot return nullChristoph M. Becker2021-01-042-2/+2
* Improve parameter names in ext/sqlite3Dharman2020-10-063-41/+41
* Make handling of NULL bytes in file paths more consistent (WIP)Dik Takken2020-09-291-17/+2
* Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-212-2/+2
* Run tidyNikita Popov2020-09-188-9/+9
* Generate arginfosMáté Kocsis2020-09-161-2/+2
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-2/+2
* Use Error for uninitialized SQLite objectGeorge Peter Banyard2020-09-123-11/+17
* Fix SKIPIF section for SQLite3 testGeorge Peter Banyard2020-09-121-0/+3
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-213-1/+6
|\
| * sqlite3 linkage issue on some systems/package combination fix.David Carlier2020-08-213-1/+6
* | Add a few callable method parameter types to ext/sqlite3Máté Kocsis2020-08-144-67/+41
* | Add all the missing parameter types to stubsMáté Kocsis2020-08-133-15/+26
* | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | Disallow separation in a number of callbacksNikita Popov2020-07-071-1/+1
* | Remove proto comments from C filesMax Semenik2020-07-061-98/+49
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-8/+4
* | Revert accidental changeNikita Popov2020-06-121-2/+2
* | Use unused attribute for _dummyNikita Popov2020-06-121-2/+2
* | Merge branch 'PHP-7.4'Anatol Belski2020-06-111-2/+2
|\ \ | |/
| * sqlite3: Fix possible use after freeAnatol Belski2020-06-111-2/+2
* | Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-041-1/+1
* | Fix [-Wundef] warning in SQLite3 extensionGeorge Peter Banyard2020-05-201-2/+2
* | Allow null callback to array_filter()Nikita Popov2020-05-131-1/+1
* | Fix UNKNOWN default values in ext/sqlite3Máté Kocsis2020-05-062-4/+4
* | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-272-2/+2
* | Fix order of ZPP in ext/sqlite3Máté Kocsis2020-04-201-49/+50
* | Generate function entries from stubsMáté Kocsis2020-04-203-111/+161
* | Add missing visibility modifiers in stubsMáté Kocsis2020-04-111-40/+40
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-14/+14
* | Improve some ValueError messagesMáté Kocsis2020-04-061-5/+8
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-091-1/+1
| |\
| | * Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-091-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-213-5/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-213-5/+36
| |\ \ | | |/
| | * Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()Christoph M. Becker2020-02-213-5/+36
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-07-093-9741/+21091
| | |\
| | | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-07-093-14202/+33759
| | | |\
| | | | * Upgrade to SQLite 3.28.0Christoph M. Becker2019-07-093-18036/+42884
| * | | | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | | | | Reindent phpt filesNikita Popov2020-02-0333-134/+134
* | | | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-2/+2