Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2019-07-09 | 3 | -14202/+33759 |
|\ | |||||
| * | Upgrade to SQLite 3.28.0 | Christoph M. Becker | 2019-07-09 | 3 | -18036/+42884 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-05-27 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Fix bug #77967 - Bypassing open_basedir restrictions via file uris | Stanislav Malyshev | 2019-05-27 | 1 | -0/+9 |
| * | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a... | bohwaz | 2019-03-11 | 3 | -0/+50 |
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+1 |
| * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 1 | -26/+26 |
* | | use {TMP} placeholder in phpt tests | Holly Li (WIPRO LIMITED) | 2019-05-21 | 1 | -1/+1 |
* | | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a... | bohwaz | 2019-03-11 | 3 | -0/+50 |
* | | Fix #77051: Issue with re-binding on SQLite3 | BohwaZ | 2018-11-29 | 2 | -0/+87 |
* | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+1 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-07-26 | 2 | -1/+20 |
|\ \ | |/ | |||||
| * | Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle | Christoph M. Becker | 2018-07-26 | 2 | -1/+20 |
| * | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2017-08-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-08-31 | 1 | -1/+1 |
| |\ | |||||
| | * | move AC_DEFINE in the right position (in bundled lib conditon) | Remi Collet | 2017-08-31 | 1 | -1/+1 |
* | | | Update to SQLite 3.20.1 | Christoph M. Becker | 2017-08-26 | 2 | -9/+10 |
* | | | win32 for pdo_sqlite | Remi Collet | 2017-08-04 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2017-08-04 | 2 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-08-04 | 2 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | use AC_DEFINE + win32 | Remi Collet | 2017-08-04 | 2 | -1/+3 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2017-08-02 | 2 | -1/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-08-02 | 2 | -1/+8 |
| |\ \ | | |/ | |||||
| | * | fix build with old system libsqlite (sqlite3_errstr may be missing) | Remi Collet | 2017-08-02 | 2 | -1/+8 |
* | | | Update to SQLite 3.20.0 | Christoph M. Becker | 2017-08-01 | 3 | -3177/+4900 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-07-09 | 1 | -3/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-09 | 1 | -3/+6 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception wi... | Anatol Belski | 2017-07-08 | 1 | -3/+6 |
* | | | Only compute callback name in error cases | Nikita Popov | 2017-06-25 | 1 | -11/+8 |
* | | | Merge branch 'pull-request/2528' | Christoph M. Becker | 2017-06-19 | 2 | -8/+69 |
|\ \ \ | |||||
| * | | | Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, a... | BohwaZ | 2017-06-08 | 2 | -5/+19 |
| * | | | Implement writing to BLOBs in SQLite3 | BohwaZ | 2017-05-18 | 2 | -6/+53 |
* | | | | Update to SQLite 3.19.3 | Christoph M. Becker | 2017-06-09 | 2 | -10/+16 |
* | | | | Merge branch 'PHP-7.1' | Christoph M. Becker | 2017-06-09 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-06-09 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Use reasonable SQLite3 module version | Christoph M. Becker | 2017-06-09 | 1 | -1/+1 |
* | | | | 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 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-04-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-04-11 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Fix misleading typo in identifiers | Anatol Belski | 2017-04-11 | 1 | -4/+4 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-04-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-04-11 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fixed bug #74413 wrong reflection on SQLite3::enableExceptions | Joe Watkins | 2017-04-11 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 3 | -3/+3 |
| * | | fixed typo | Markus Staab | 2017-03-29 | 1 | -1/+1 |
* | | | fixed typo | Markus Staab | 2017-03-29 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Remi Collet | 2017-03-29 | 2 | -1/+6 |
|\ \ \ | |/ / |