summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Avoid misc uninitialized variable warningsNikita Popov2019-04-121-7/+7
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-2/+2
* Switch to use ZTS cacheDmitry Stogov2019-03-121-6/+4
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-113-0/+50
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-113-0/+50
| |\
| | * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-113-0/+50
* | | Use EXPECT when possibleGabriel Caruso2019-03-112-2/+2
* | | More zpp error/variation test removalsNikita Popov2019-03-0820-567/+0
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+6
* | | Remove local variablesPeter Kokot2019-02-034-27/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-303-3/+3
* | | Remove superfluous variableChristoph M. Becker2019-01-211-2/+1
* | | Implement SQLite3Stmt::getSQL method, returning the original statement SQL, e...BohwaZ2018-12-153-0/+162
* | | SQLite3: Separating parameters binding in a functionBohwaZ2018-12-071-90/+107
* | | Require SQLite ≥ 3.7.4 for ext/sqlite3Christoph M. Becker2018-11-292-5/+3
* | | Handle potential sqlite3_bind_*() call failuresChristoph M. Becker2018-11-291-8/+29
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-292-0/+87
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-292-0/+87
| |\ \ | | |/
| | * Fix #77051: Issue with re-binding on SQLite3BohwaZ2018-11-292-0/+87
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* | | Deny (un)serialization of SQLite3, SQLite3Stmt and SQLite3ResultChristoph M. Becker2018-11-291-0/+6
* | | Fix typo in testsFabien Villepinte2018-11-192-4/+4
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-33/+33
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-33/+33
* | | Support SQLite3 @name notationChristoph M. Becker2018-11-112-1/+52
* | | Skip SQLite3::loadExtension tests if SQLITE_OMIT_LOAD_EXTENSION definedMizunashi Mana2018-11-083-3/+21
* | | Avoid needless string duplicationChristoph M. Becker2018-11-071-1/+1
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* | | Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqliteChristoph M. Becker2018-10-132-7/+3
* | | Unbundle libsqlite3Christoph M. Becker2018-10-066-231414/+50
* | | Update to SQLite 3.25.1Christoph M. Becker2018-09-192-11/+19
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-163-3/+3
* | | Update to SQLite 3.25.0Christoph M. Becker2018-09-153-7069/+14487
* | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-3/+3
|/ /
* | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-262-1/+20
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-262-1/+20
| |\
| | * Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-262-1/+20
| | * year++Xinchen Hui2018-01-023-3/+3
| * | year++Xinchen Hui2018-01-023-3/+3
* | | Remove unused Git attributes identPeter Kokot2018-07-255-8/+0
* | | Give a reason why the test was skippedGabriel Caruso2018-07-223-4/+4
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-4/+4
* | | Remove sqlite and xmlrpc extension versions from phpinfo outputPeter Kokot2018-07-031-1/+0
* | | Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-2/+2
* | | Update to SQLite 3.24.0Christoph M. Becker2018-06-053-3469/+5679
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-3/+3
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* | | Update bundled libsqlite to 3.23.1Christoph M. Becker2018-04-102-1278/+1409
* | | Update bundled libsqlite to 3.23.0Christoph M. Becker2018-04-023-922/+3472