summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* Report errors from stream read and write operationsNikita Popov2019-07-221-6/+6
* Implement SQLite extended result code functionalityRobert Kopack2019-07-021-20/+76
* Fix leak on sqlite3 open errorNikita Popov2019-06-251-0/+2
* Implement SQLite3 backup APIBohwaZ2019-06-171-0/+68
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* Allow exceptions in __toString()Nikita Popov2019-06-051-8/+19
* Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-7/+11
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-05-271-0/+9
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-271-0/+9
| |\
| | * 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
* | | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | | | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-7/+7
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-111-0/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-111-0/+9
| |\ \ \ | | |/ /
| | * | SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+9
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | | Implement SQLite3Stmt::getSQL method, returning the original statement SQL, e...BohwaZ2018-12-151-0/+46
* | | | SQLite3: Separating parameters binding in a functionBohwaZ2018-12-071-90/+107
* | | | Require SQLite ≥ 3.7.4 for ext/sqlite3Christoph M. Becker2018-11-291-2/+0
* | | | Handle potential sqlite3_bind_*() call failuresChristoph M. Becker2018-11-291-8/+29
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-291-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-291-0/+3
| |\ \ \ | | |/ /
| | * | Fix #77051: Issue with re-binding on SQLite3BohwaZ2018-11-291-0/+3
* | | | Deny (un)serialization of SQLite3, SQLite3Stmt and SQLite3ResultChristoph M. Becker2018-11-291-0/+6
* | | | 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-111-1/+1
* | | | Avoid needless string duplicationChristoph M. Becker2018-11-071-1/+1
* | | | Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqliteChristoph M. Becker2018-10-131-4/+0
* | | | 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-261-1/+1
|\ \ \ | |/ /
| * | 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
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | 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
* | | 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
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-2/+2
* | | Usee reference-counting instead of duplicationDmitry Stogov2018-01-191-1/+1
* | | Use stack allocated zvalsXinchen Hui2018-01-071-3/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-3/+3