summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-261-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* 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.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
* | 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.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
* | Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-0/+2
* | Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-3/+7
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | 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.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
* | | 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
* | | 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
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-251-2/+6
| |\ \ | | |/
| | * Further fixes wrt. bug #72668Christoph M. Becker2016-07-251-3/+9
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-251-1/+3
|\ \ \ | |/ /
| * | Fixed bug #72668 (Spurious warning when exception is thrown in user defined f...Xinchen Hui2016-07-251-1/+3
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-111-1/+3
|\ \ \ | |/ /
| * | Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash)Xinchen Hui2016-07-111-1/+3
* | | Merge branch 'PHP-7.0'Christoph M. Becker2016-06-271-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-271-0/+6
| |\ \ | | |/
| | * Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-271-0/+6
* | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-2/+0
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-121-0/+30
|\ \ \ | |/ /
| * | Fixed bug #68849 bindValue is not using the right data typeAnatol Belski2016-04-121-0/+30
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-2/+0
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-131-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+2
| |\ \ | | |/
| | * Check length of string before comparing to :memory:Nikita Popov2016-02-131-1/+2
* | | Remove version checksNikita Popov2016-01-301-19/+0
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of...Xinchen Hui2015-12-071-2/+1