summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-162-3/+32
|\
| * Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-162-4/+32
* | Enable FTS4 and FTS5 for bundled libsqliteAnatol Belski2016-11-082-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-174-4/+37
|\ \ | |/
| * Fix #73333: 2147483647 is fetched as stringChristoph M. Becker2016-10-174-4/+37
* | upgrade bundled sqlite to 3.14.2Anatol Belski2016-09-133-2948/+4169
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-131-0/+37
|\ \ | |/
| * add test for bug #73068Anatol Belski2016-09-131-0/+37
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-031-0/+2
|\ \ | |/
| * Make test case more resilientChristoph M. Becker2016-09-031-0/+2
* | Update to SQLite3 3.13.0Christoph M. Becker2016-07-283-12657/+56019
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-272-15/+9
|\ \ | |/
| * Implement #72653: SQLite should allow opening with empty filenameChristoph M. Becker2016-07-272-15/+9
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-252-6/+27
|\ \ | |/
| * Further fixes wrt. bug #72668Christoph M. Becker2016-07-252-3/+50
* | Fixed bug #72668 (Spurious warning when exception is thrown in user defined f...Xinchen Hui2016-07-252-1/+27
* | Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash)Xinchen Hui2016-07-112-1/+24
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-272-0/+61
|\ \ | |/
| * Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-272-0/+61
* | Fixed bug #68849 bindValue is not using the right data typeAnatol Belski2016-04-122-0/+101
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+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
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-013-3/+3
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
* | Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of...Xinchen Hui2015-12-072-2/+22
* | fix crash in sqlite when executing with bound stream paramAnatol Belski2015-11-052-4/+44
* | Fixed Conditional jump or move depends on uninitialised valueXinchen Hui2015-10-141-0/+2
* | Fix a memory leak in sqlite3_do_callback.Adam Harvey2015-09-241-1/+5
* | Useless ZVAL_UNDEFXinchen Hui2015-09-091-2/+1
* | SQLite3::open/__construct has 2 optional argsRasmus Lerdorf2015-07-071-1/+1
* | Merge branch 'PHP-5.6'Xinchen Hui2015-07-072-2/+38
|\ \ | |/
| * Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())Xinchen Hui2015-07-072-2/+38
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-8/+8
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-8/+8
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-24/+24
* | Fixed bug #69897 (segfault when manually constructing SQLite3Result)Kalle Sommer Nielsen2015-06-221-1/+1
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-142-2207/+4818
|\ \
| * \ Merge branch 'PHP-5.6'Lior Kaplan2015-06-082-2207/+4818
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-06-082-2207/+4818
| | |\
| | | * Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-082-2207/+4818
* | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-173-3/+3
|\ \ \ \ | |/ / /
| * | | Tweak uncaught exception message displayNikita Popov2015-05-173-3/+3
* | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-171-6/+6
|\ \ \ \ | |/ / /
| * | | fix typosolshevskiy872015-05-131-6/+6
* | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-1/+1
|/ / /
* | | Fixed access to uninitialized value (in case of exception)Dmitry Stogov2015-04-081-1/+1
* | | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-062-11/+4
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-052-1/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-052-0/+39
| |\ \ | | |/