summaryrefslogtreecommitdiff
path: root/ext/sqlite3/libsqlite
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle libsqlite3Christoph M. Becker2018-10-063-231339/+0
| | | | | | | | | | | | | | | | | | | | Since there is no need to patch libsqlite3 for our purposes, and since libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely available on distros, there is no reason anymore to bundle the library. Besides removing the bundled libsqlite, and adapting the configuration respectively, we also fix the use of the SQLITE_ENABLE_COLUMN_METADATA compile time constant to detect whether sqlite3_column_table_name() is available by a working feature detection (otherwise bug_42589.phpt would fail). We also skip bug73068.phpt for libsqlite 3.11.0 to 3.14.1 which have a bug (<https://sqlite.org/src/info/ef360601>). We also completely drop support for the obscure pdo_sqlite_external extension (which could have been enabled on Windows only by passing `--pdo-sqlite-external` to configure), since it is not needed anymore. Furthermore, we remove references to the bundled libsqlite from Makefile.gcov, CONTRIBUTING.md and README.REDIST.BINS.
* Update to SQLite 3.25.1Christoph M. Becker2018-09-192-11/+19
|
* Update to SQLite 3.25.0Christoph M. Becker2018-09-153-7069/+14487
|
* Update to SQLite 3.24.0Christoph M. Becker2018-06-053-3469/+5679
|
* Update bundled libsqlite to 3.23.1Christoph M. Becker2018-04-102-1278/+1409
|
* Update bundled libsqlite to 3.23.0Christoph M. Becker2018-04-023-922/+3472
|
* Update to SQLite 3.22.0Christoph M. Becker2018-01-223-10311/+12676
|
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-042-595/+595
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Trailing whitespacesGabriel Caruso2018-01-031-6633/+6633
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Updated bundled libsqlite to 3.21.0Christoph M. Becker2017-11-073-2678/+3629
|
* Update to SQLite 3.20.1Christoph M. Becker2017-08-262-9/+10
|
* Update to SQLite 3.20.0Christoph M. Becker2017-08-013-3177/+4900
|
* Update to SQLite 3.19.3Christoph M. Becker2017-06-092-10/+16
|
* Update to SQLite 3.19.2Christoph M. Becker2017-06-072-1825/+2633
|
* Update to SQLite 3.18.0Christoph M. Becker2017-04-173-1160/+1896
|
* Update to SQLite 3.17.0Christoph M. Becker2017-02-142-795/+1499
|
* Update to SQLite 3.16.2Christoph M. Becker2017-01-122-66/+119
|
* Update to SQLite 3.16.1Christoph M. Becker2017-01-042-1596/+2818
|
* Update to SQLite 3.15.2Christoph M. Becker2016-12-112-36/+74
|
* Update to SQLite 3.15.1Christoph M. Becker2016-11-142-22/+54
|
* Update to SQLite 3.15.0Christoph M. Becker2016-10-152-2781/+4367
|
* Update to SQLite 3.14.2Christoph M. Becker2016-09-132-841/+866
|
* Update to SQLite 3.14.1Christoph M. Becker2016-09-022-15/+35
|
* Update to SQLite 3.14.0Christoph M. Becker2016-08-103-2130/+3306
|
* Fix SQLite3 header filesChristoph M. Becker2016-07-252-56/+1813
| | | | | While sqlite3.c had already been updated to 3.13.0, the header files had been forgotten.
* 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-183-6753/+35767
|
* Merge branch 'PHP-5.6'Lior Kaplan2015-06-082-2207/+4818
|\ | | | | | | | | * PHP-5.6: Upgrade bundled sqlite to 3.8.10.2
| * Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-082-2207/+4818
| | | | | | | | 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-252-1888/+3743
| |
| * 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-253-6766/+8621
| |
* | 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-103-4968/+4968
|/
* . Fixed bug #68120 Update bundled libsqliteAnatol Belski2014-12-053-6213/+11700
|
* Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3Anatol Belski2014-04-112-1848/+2495
|
* updated libsqlite to 3.8.3.1 in 5.5 branch, tooAnatol Belski2014-03-104-18660/+36680
|
* 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
| |