Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enclose INI values containing {TMP} in quotes | Christoph M. Becker | 2020-03-09 | 1 | -1/+1 |
* | Fix #79294: ::columnType() may fail after SQLite3Stmt::reset() | Christoph M. Becker | 2020-02-21 | 3 | -5/+36 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-07-09 | 3 | -9741/+21091 |
|\ | |||||
| * | 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.2' into PHP-7.3 | Stanislav Malyshev | 2019-05-27 | 1 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-05-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | use {TMP} placeholder in phpt tests | Holly Li (WIPRO LIMITED) | 2019-05-21 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-03-11 | 3 | -0/+50 |
|\ \ \ | |/ / | |||||
| * | | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a... | bohwaz | 2019-03-11 | 3 | -0/+50 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-11-29 | 2 | -0/+87 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+1 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-07-26 | 2 | -1/+20 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 5 | -8/+0 |
* | | | Give a reason why the test was skipped | Gabriel Caruso | 2018-07-22 | 3 | -4/+4 |
* | | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 1 | -4/+4 |
* | | | Remove sqlite and xmlrpc extension versions from phpinfo output | Peter Kokot | 2018-07-03 | 1 | -1/+0 |
* | | | Remove unnecessary uses of z/ parameters | Nikita Popov | 2018-06-25 | 1 | -2/+2 |
* | | | Update to SQLite 3.24.0 | Christoph M. Becker | 2018-06-05 | 3 | -3469/+5679 |
* | | | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -3/+3 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -7/+7 |
* | | | 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 |
* | | | Remove return types from some magic method in protos | Gabriel Caruso | 2018-03-09 | 1 | -2/+2 |
* | | | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 3 | -5/+5 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 15 | -15/+15 |
* | | | Add and fix SKIPIF sections | Gabriel Caruso | 2018-02-04 | 1 | -2/+2 |
* | | | Update to SQLite 3.22.0 | Christoph M. Becker | 2018-01-22 | 3 | -10311/+12676 |
* | | | Usee reference-counting instead of duplication | Dmitry Stogov | 2018-01-19 | 1 | -1/+1 |
* | | | Use stack allocated zvals | Xinchen Hui | 2018-01-07 | 1 | -3/+1 |
* | | | Trailing whitespaces on ext/* | Gabriel Caruso | 2018-01-04 | 2 | -595/+595 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -6633/+6633 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -3/+3 |
* | | | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -3/+3 |
* | | | Enable JSON1 for bundled libsqlite | Morva Kristóf | 2017-11-22 | 2 | -2/+2 |
* | | | Updated bundled libsqlite to 3.21.0 | Christoph M. Becker | 2017-11-07 | 3 | -2678/+3629 |
* | | | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 1 | -1/+1 |