summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* Make handling of NULL bytes in file paths more consistent (WIP)Dik Takken2020-09-291-17/+2
* Use Error for uninitialized SQLite objectGeorge Peter Banyard2020-09-121-4/+4
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-211-1/+1
|\
| * sqlite3 linkage issue on some systems/package combination fix.David Carlier2020-08-211-1/+1
* | Add a few callable method parameter types to ext/sqlite3Máté Kocsis2020-08-141-38/+13
* | Add all the missing parameter types to stubsMáté Kocsis2020-08-131-5/+6
* | 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
* | 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 order of ZPP in ext/sqlite3Máté Kocsis2020-04-201-49/+50
* | Generate function entries from stubsMáté Kocsis2020-04-201-107/+43
* | Improve some ValueError messagesMáté Kocsis2020-04-061-5/+8
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-211-4/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-211-4/+1
| |\
| | * Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()Christoph M. Becker2020-02-211-4/+1
| * | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | | 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
* | | 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-201-17/+160
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Implement NUL byte checks for dbnamesChristoph M. Becker2019-09-171-0/+12
* | | 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-151-150/+42
|/ /
* | Report errors from stream read and write operationsNikita Popov2019-07-221-6/+6
* | Implement SQLite extended result code functionalityRobert Kopack2019-07-021-20/+76
* | Fix leak on sqlite3 open errorNikita Popov2019-06-251-0/+2
* | Implement SQLite3 backup APIBohwaZ2019-06-171-0/+68
* | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | Allow exceptions in __toString()Nikita Popov2019-06-051-8/+19
* | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-7/+11
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-05-271-0/+9
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-271-0/+9
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-271-0/+9
| | |\
| | | * Fix bug #77967 - Bypassing open_basedir restrictions via file urisStanislav Malyshev2019-05-271-0/+9
| | | * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+9
* | | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-7/+7
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-111-0/+9
|\ \ \ \ | |/ / /