summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Fix build if SQLITE_RECURSIVE is not supportedMatteo Beccati2020-01-041-0/+2
* | | | | Merge branch 'PHP-7.4'Nikita Popov2020-01-031-11/+7
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #79056Nikita Popov2020-01-031-11/+7
* | | | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-4/+4
* | | | | Use RETURN_THROWS() after zend_value_error()Máté Kocsis2019-12-311-2/+2
* | | | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-37/+37
* | | | | Add setAuthorizer method to SQLite3BohwaZ2019-12-205-17/+273
* | | | | Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* | | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* | | | | Implement NUL byte checks for dbnamesChristoph M. Becker2019-09-171-0/+12
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Add missing SKIPIF (sqlite)Fabien Villepinte2019-09-041-0/+2
* | | | | Unify ZPP handling in ext/sqlite3Christoph M. Becker2019-08-151-3/+3
* | | | | Don't repeat yourselfChristoph M. Becker2019-08-151-35/+11
* | | | | Convert sqlite3 functions arginfo to php stubsCraig Duncan2019-08-153-150/+313
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-222-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Report errors from stream read and write operationsNikita Popov2019-07-222-8/+8
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-211-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlitePeter Kokot2019-07-211-1/+0