Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbundle libsqlite3 | Christoph M. Becker | 2018-10-06 | 3 | -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.1 | Christoph M. Becker | 2018-09-19 | 2 | -11/+19 |
| | |||||
* | Update to SQLite 3.25.0 | Christoph M. Becker | 2018-09-15 | 3 | -7069/+14487 |
| | |||||
* | Update to SQLite 3.24.0 | Christoph M. Becker | 2018-06-05 | 3 | -3469/+5679 |
| | |||||
* | Update bundled libsqlite to 3.23.1 | Christoph M. Becker | 2018-04-10 | 2 | -1278/+1409 |
| | |||||
* | Update bundled libsqlite to 3.23.0 | Christoph M. Becker | 2018-04-02 | 3 | -922/+3472 |
| | |||||
* | Update to SQLite 3.22.0 | Christoph M. Becker | 2018-01-22 | 3 | -10311/+12676 |
| | |||||
* | Trailing whitespaces on ext/* | Gabriel Caruso | 2018-01-04 | 2 | -595/+595 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -6633/+6633 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | Updated bundled libsqlite to 3.21.0 | Christoph M. Becker | 2017-11-07 | 3 | -2678/+3629 |
| | |||||
* | Update to SQLite 3.20.1 | Christoph M. Becker | 2017-08-26 | 2 | -9/+10 |
| | |||||
* | Update to SQLite 3.20.0 | Christoph M. Becker | 2017-08-01 | 3 | -3177/+4900 |
| | |||||
* | Update to SQLite 3.19.3 | Christoph M. Becker | 2017-06-09 | 2 | -10/+16 |
| | |||||
* | Update to SQLite 3.19.2 | Christoph M. Becker | 2017-06-07 | 2 | -1825/+2633 |
| | |||||
* | Update to SQLite 3.18.0 | Christoph M. Becker | 2017-04-17 | 3 | -1160/+1896 |
| | |||||
* | Update to SQLite 3.17.0 | Christoph M. Becker | 2017-02-14 | 2 | -795/+1499 |
| | |||||
* | Update to SQLite 3.16.2 | Christoph M. Becker | 2017-01-12 | 2 | -66/+119 |
| | |||||
* | Update to SQLite 3.16.1 | Christoph M. Becker | 2017-01-04 | 2 | -1596/+2818 |
| | |||||
* | Update to SQLite 3.15.2 | Christoph M. Becker | 2016-12-11 | 2 | -36/+74 |
| | |||||
* | Update to SQLite 3.15.1 | Christoph M. Becker | 2016-11-14 | 2 | -22/+54 |
| | |||||
* | Update to SQLite 3.15.0 | Christoph M. Becker | 2016-10-15 | 2 | -2781/+4367 |
| | |||||
* | Update to SQLite 3.14.2 | Christoph M. Becker | 2016-09-13 | 2 | -841/+866 |
| | |||||
* | Update to SQLite 3.14.1 | Christoph M. Becker | 2016-09-02 | 2 | -15/+35 |
| | |||||
* | Update to SQLite 3.14.0 | Christoph M. Becker | 2016-08-10 | 3 | -2130/+3306 |
| | |||||
* | Fix SQLite3 header files | Christoph M. Becker | 2016-07-25 | 2 | -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 Hui | 2016-06-13 | 1 | -9751/+22342 |
| | |||||
* | Implemented FR #71159 (Upgraed bundled SQLite lib to 3.9.2) | Xinchen Hui | 2015-12-18 | 3 | -6753/+35767 |
| | |||||
* | Merge branch 'PHP-5.6' | Lior Kaplan | 2015-06-08 | 2 | -2207/+4818 |
|\ | | | | | | | | | * PHP-5.6: Upgrade bundled sqlite to 3.8.10.2 | ||||
| * | Upgrade bundled sqlite to 3.8.10.2 | Lior Kaplan | 2015-06-08 | 2 | -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.3 | Anatol Belski | 2015-03-25 | 2 | -1888/+3743 |
| | | |||||
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | fix typos | olshevskiy87 | 2015-05-13 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru> | ||||
* | | updated bundled libsqlite to 3.8.8.3 | Anatol Belski | 2015-03-25 | 3 | -6766/+8621 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fixed bug #68771 SQL syntax error in sqlite lib | ||||
| * | Fixed bug #68771 SQL syntax error in sqlite lib | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 3 | -4968/+4968 |
|/ | |||||
* | . Fixed bug #68120 Update bundled libsqlite | Anatol Belski | 2014-12-05 | 3 | -6213/+11700 |
| | |||||
* | Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3 | Anatol Belski | 2014-04-11 | 2 | -1848/+2495 |
| | |||||
* | updated libsqlite to 3.8.3.1 in 5.5 branch, too | Anatol Belski | 2014-03-10 | 4 | -18660/+36680 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -6/+6 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -13/+13 |
| | | |||||
| * | typos (orig) | Veres Lajos | 2013-07-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -35/+35 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -13/+13 |
| | | |||||
* | | typos (orig) | Veres Lajos | 2013-07-15 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -35/+35 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-10 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter) | ||||
| * | typo fixes (argument) | Veres Lajos | 2013-06-10 | 1 | -1/+1 |
| | |