summaryrefslogtreecommitdiff
path: root/ext/sqlite3/libsqlite/sqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to SQLite 3.28.0Christoph M. Becker2019-07-091-17610/+41002
| | | | | | | | Over the years, multiple security vulnerabilities[1] have been found and fixed in SQLite3, so it makes sense to update our bundled libsqlite to the latest available version. [1] <https://www.cvedetails.com/vulnerability-list/vendor_id-9237/Sqlite.html>
* Update to SQLite 3.15.1Christoph M. Becker2016-11-141-19/+44
|
* Update to SQLite 3.15.0Christoph M. Becker2016-10-151-2763/+4327
|
* Update to SQLite 3.14.2Christoph M. Becker2016-09-131-594/+619
|
* Update to SQLite 3.14.1Christoph M. Becker2016-09-021-12/+32
|
* Update to SQLite 3.14.0Christoph M. Becker2016-08-101-2095/+3103
|
* Implemented FR #72385 (Update SQLite bundle lib(3.13.0))Xinchen Hui2016-06-131-9751/+22342
|
* Implemented FR #71159 (Upgraed bundled SQLite lib to 3.9.2)Xinchen Hui2015-12-181-6714/+35099
|
* Merge branch 'PHP-5.6'Lior Kaplan2015-06-081-1915/+4410
|\ | | | | | | | | * PHP-5.6: Upgrade bundled sqlite to 3.8.10.2
| * Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-081-1915/+4410
| | | | | | | | Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
| * Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3Anatol Belski2015-03-251-1567/+3250
| |
| * Bump yearXinchen Hui2015-01-151-1/+1
| |
* | fix typosolshevskiy872015-05-131-6/+6
| | | | | | | | Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru>
* | updated bundled libsqlite to 3.8.8.3Anatol Belski2015-03-251-6188/+7871
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | Merge branch 'PHP-5.6'Anatol Belski2015-01-121-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Fixed bug #68771 SQL syntax error in sqlite lib
| * Fixed bug #68771 SQL syntax error in sqlite libAnatol Belski2015-01-121-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-4687/+4687
|/
* . Fixed bug #68120 Update bundled libsqliteAnatol Belski2014-12-051-6111/+11411
|
* Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3Anatol Belski2014-04-111-1844/+2490
|
* updated libsqlite to 3.8.3.1 in 5.5 branch, tooAnatol Belski2014-03-101-18398/+35715
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-6/+6
|\ | | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c
| * non living code related typo fixesVeres Lajos2013-08-041-6/+6
| |
| * typo fixesVeres Lajos2013-07-151-13/+13
| |
| * typos (orig)Veres Lajos2013-07-151-2/+2
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-35/+35
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | typo fixesVeres Lajos2013-07-151-13/+13
| |
* | typos (orig)Veres Lajos2013-07-151-2/+2
| |
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-35/+35
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-3/+3
|\ \ | |/ | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (argument)Veres Lajos2013-06-101-1/+1
| |
| * typo fixes (accommodate, parameter)Veres Lajos2013-06-101-2/+2
| |
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-301-11/+11
|\ \ | |/ | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
| * Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-11/+11
| |
| * Update SQLite3 to the latest versionScott MacVicar2011-08-091-2514/+4962
| |
| * Not our issue, but fixing here for now and reporting upstreamRasmus Lerdorf2011-08-061-0/+1
| |
| * Upgrade SQLite to 3.7.6.3Scott MacVicar2011-06-141-3/+13
| |
* | Update SQLite3 to the latest versionScott MacVicar2011-08-091-2514/+4962
| |
* | Fix an unchecked return - change was back-migratedJoey Smith2011-08-091-1/+1
| | | | | | | | | | from version 3.7.6.3 of sqlite.c from upstream.
* | Not our issue, but fixing here for now and reporting upstreamRasmus Lerdorf2011-08-061-0/+1
| |
* | Upgrade SQLite to 3.7.6.3Scott MacVicar2011-06-141-3/+13
|/
* Update bundled SQLite to 3.7.6.2Scott MacVicar2011-05-131-2444/+5448
|
* Upgraded bundled Sqlite3 to version 3.7.4.Ilia Alshanetsky2010-12-111-1146/+3379
|
* Upgraded bundled sqlite to version 3.7.3Ilia Alshanetsky2010-10-201-3227/+5270
|
* Upgraded bundled Sqlite3 to version 3.7.0.1Ilia Alshanetsky2010-08-141-3561/+9795
|
* Upgraded bundled sqlite to version 3.6.23.1Ilia Alshanetsky2010-03-301-2320/+3908
|
* Upgraded bundled sqlite to version 3.6.22.Ilia Alshanetsky2010-01-191-3006/+4020
|
* Upgraded to Sqlite 3.6.21Ilia Alshanetsky2009-12-081-7438/+6441
|
* Upgraded bundled sqlite to version 3.6.20Ilia Alshanetsky2009-11-091-1019/+1253
|
* Update libsqlite to 3.6.19Scott MacVicar2009-10-161-1227/+3030
|