summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* sqlite3 linkage issue on some systems/package combination fix.David Carlier2020-08-213-1/+6
* sqlite3: Fix possible use after freeAnatol Belski2020-06-111-2/+2
* 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.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
* | | | Fixed bug #79056Nikita Popov2020-01-031-11/+7
* | | | Add missing SKIPIF (sqlite)Fabien Villepinte2019-09-041-0/+2
* | | | Report errors from stream read and write operationsNikita Popov2019-07-222-8/+8
* | | | Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlitePeter Kokot2019-07-211-1/+0
* | | | Remove unused sqlite symbolsPeter Kokot2019-07-201-8/+0
* | | | Remove unsed zts check for sqlite3Peter Kokot2019-07-141-11/+0
* | | | Implement SQLite extended result code functionalityRobert Kopack2019-07-023-20/+155
* | | | Fix leak on sqlite3 open errorNikita Popov2019-06-251-0/+2
* | | | Implement SQLite3 backup APIBohwaZ2019-06-172-0/+126
* | | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | | | Allow exceptions in __toString()Nikita Popov2019-06-052-8/+58
* | | | 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-113-0/+50
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-131-26/+26
* | | | fix typo breaking shared buildRemi Collet2019-05-211-1/+1
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-211-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-211-1/+1
| |\ \ \ | | |/ /
| | * | use {TMP} placeholder in phpt testsHolly Li (WIPRO LIMITED)2019-05-211-1/+1
* | | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | | | Use pkg-config for sqlite3 and pdo_sqlitePeter Kokot2019-05-141-37/+17
* | | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-7/+7
* | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-2/+2
* | | | Switch to use ZTS cacheDmitry Stogov2019-03-121-6/+4
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-113-0/+50
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-113-0/+50
| |\ \ \ | | |/ /
| | * | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-113-0/+50
* | | | Use EXPECT when possibleGabriel Caruso2019-03-112-2/+2
* | | | More zpp error/variation test removalsNikita Popov2019-03-0820-567/+0
* | | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+6
* | | | Remove local variablesPeter Kokot2019-02-034-27/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-303-3/+3
* | | | Remove superfluous variableChristoph M. Becker2019-01-211-2/+1
* | | | Implement SQLite3Stmt::getSQL method, returning the original statement SQL, e...BohwaZ2018-12-153-0/+162
* | | | SQLite3: Separating parameters binding in a functionBohwaZ2018-12-071-90/+107