summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-271-0/+9
|\
| * Fix bug #77967 - Bypassing open_basedir restrictions via file urisStanislav Malyshev2019-05-271-0/+9
| * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+9
* | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+9
* | Fix #77051: Issue with re-binding on SQLite3BohwaZ2018-11-291-0/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-261-1/+1
|\ \ | |/
| * Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-261-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-08-021-0/+4
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-021-0/+4
| |\
| | * fix build with old system libsqlite (sqlite3_errstr may be missing)Remi Collet2017-08-021-0/+4
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-091-3/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-091-3/+6
| |\ \ | | |/
| | * Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception wi...Anatol Belski2017-07-081-3/+6
* | | Only compute callback name in error casesNikita Popov2017-06-251-11/+8
* | | Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, a...BohwaZ2017-06-081-4/+6
* | | Implement writing to BLOBs in SQLite3BohwaZ2017-05-181-6/+35
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-111-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-111-4/+4
| |\ \ | | |/
| | * Fix misleading typo in identifiersAnatol Belski2017-04-111-4/+4
* | | Merge branch 'PHP-7.1'Joe Watkins2017-04-111-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-04-111-1/+1
| |\ \ | | |/
| | * fixed bug #74413 wrong reflection on SQLite3::enableExceptionsJoe Watkins2017-04-111-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.1'Remi Collet2017-03-291-0/+2
|\ \ \ | |/ /
| * | Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-0/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-121-3/+7
|\ \ \ | |/ /
| * | Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-3/+7
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Christoph M. Becker2016-12-291-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-12-291-0/+3
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-12-291-0/+3
| | |\
| | | * Revert "Fix #73530: Unsetting result set may reset other result set"Christoph M. Becker2016-12-291-0/+4
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-11-161-3/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-161-3/+0
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-161-3/+0
| | |\ \ | | | |/
| | | * Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-161-4/+0
* | | | Fix compiler warnings, always cast to zend_long from sqlite3_int64 when conve...Kalle Sommer Nielsen2016-10-201-2/+2
* | | | Ignore the return value of sqlite3->busyTimeout() if their "API Armor" is not...Kalle Sommer Nielsen2016-10-201-0/+6
* | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-10-181-2/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-10-181-2/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-171-2/+9
| | |\ \ | | | |/
| | | * Fix #73333: 2147483647 is fetched as stringChristoph M. Becker2016-10-171-2/+9
* | | | Fix typoChristoph M. Becker2016-09-021-4/+4
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-271-8/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-271-8/+7
| |\ \ | | |/
| | * Implement #72653: SQLite should allow opening with empty filenameChristoph M. Becker2016-07-271-8/+7
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-251-2/+6
|\ \ \ | |/ /