summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+40
* Fix #77051: Issue with re-binding on SQLite3BohwaZ2018-11-291-0/+84
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-261-0/+19
|\
| * Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-261-0/+19
| * fixed typoMarkus Staab2017-03-291-1/+1
* | Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, a...BohwaZ2017-06-081-1/+13
* | Implement writing to BLOBs in SQLite3BohwaZ2017-05-181-0/+18
* | fixed typoMarkus Staab2017-03-291-1/+1
* | Merge branch 'PHP-7.1'Remi Collet2017-03-291-1/+4
|\ \ | |/
| * Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-1/+4
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-121-0/+29
|\ \ | |/
| * Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-0/+29
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-243-3/+3
* | Fix CRLF line-endings in testsNikita Popov2016-11-201-26/+26
* | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-161-32/+0
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-161-32/+0
| |\
* | \ Merge branch 'PHP-7.1'Christoph M. Becker2016-11-161-0/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-161-0/+32
| |\ \
| | * \ Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-161-0/+32
| | |\ \ | | | |/ | | |/|
| | | * Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-161-0/+32
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-10-183-2/+28
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-10-183-2/+28
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-173-2/+28
| | |\ \ | | | |/
| | | * Fix #73333: 2147483647 is fetched as stringChristoph M. Becker2016-10-173-2/+28
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-09-131-0/+37
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-131-0/+37
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-131-0/+37
| | |\ \ | | | |/
| | | * add test for bug #73068Anatol Belski2016-09-131-0/+37
* | | | Replace `dirname(__FILE__)` with `__DIR__` in testsChristoph M. Becker2016-09-0370-111/+111
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-031-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-031-0/+2
| |\ \ | | |/
| | * Make test case more resilientChristoph M. Becker2016-09-031-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-271-7/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-271-7/+2
| |\ \ | | |/
| | * Implement #72653: SQLite should allow opening with empty filenameChristoph M. Becker2016-07-271-7/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-251-4/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-251-4/+21
| |\ \ | | |/
| | * Further fixes wrt. bug #72668Christoph M. Becker2016-07-251-0/+41
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-251-0/+24
|\ \ \ | |/ /
| * | Fixed bug #72668 (Spurious warning when exception is thrown in user defined f...Xinchen Hui2016-07-251-0/+24
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-111-0/+21
|\ \ \ | |/ /
| * | Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash)Xinchen Hui2016-07-111-0/+21
* | | Merge branch 'PHP-7.0'Christoph M. Becker2016-06-271-0/+55
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-271-0/+55
| |\ \ | | |/
| | * Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-271-0/+55
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+22
|/ /
* | Fixed bug #68849 bindValue is not using the right data typeAnatol Belski2016-04-121-0/+71
* | Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of...Xinchen Hui2015-12-071-0/+21
* | fix crash in sqlite when executing with bound stream paramAnatol Belski2015-11-051-0/+39