summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-2/+2
* | | remove support for string|unicode in testsGabriel Caruso2018-02-223-5/+5
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2015-15/+15
* | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-2/+2
* | | Update to SQLite 3.22.0Christoph M. Becker2018-01-223-10311/+12676
* | | Usee reference-counting instead of duplicationDmitry Stogov2018-01-191-1/+1
* | | Use stack allocated zvalsXinchen Hui2018-01-071-3/+1
* | | Trailing whitespaces on ext/*Gabriel Caruso2018-01-042-595/+595
* | | Trailing whitespacesGabriel Caruso2018-01-031-6633/+6633
* | | year++Xinchen Hui2018-01-023-3/+3
* | | 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
* | | Enable JSON1 for bundled libsqliteMorva Kristóf2017-11-222-2/+2
* | | Updated bundled libsqlite to 3.21.0Christoph M. Becker2017-11-073-2678/+3629
* | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-1/+1
* | | Merge branch 'PHP-7.2'Remi Collet2017-08-311-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-08-311-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-311-1/+1
| | |\
| | | * move AC_DEFINE in the right position (in bundled lib conditon)Remi Collet2017-08-311-1/+1
* | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-08-262-9/+10
|\ \ \ \ | |/ / /
| * | | Update to SQLite 3.20.1Christoph M. Becker2017-08-262-9/+10
* | | | Merge branch 'PHP-7.2'Remi Collet2017-08-041-0/+1
|\ \ \ \ | |/ / /
| * | | win32 for pdo_sqliteRemi Collet2017-08-041-0/+1
* | | | Merge branch 'PHP-7.2'Remi Collet2017-08-042-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-08-042-1/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-042-1/+3
| | |\ \ | | | |/
| | | * use AC_DEFINE + win32Remi Collet2017-08-042-1/+3
* | | | Merge branch 'PHP-7.2'Remi Collet2017-08-022-1/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-08-022-1/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-022-1/+8
| | |\ \ | | | |/
| | | * fix build with old system libsqlite (sqlite3_errstr may be missing)Remi Collet2017-08-022-1/+8
* | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-08-013-3177/+4900
|\ \ \ \ | |/ / /