summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add zend_object_alloc() APINikita Popov2017-11-251-3/+3
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-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