summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-031-1/+5
| | |\
| | | * Improve cleanupAnatol Belski2018-08-031-1/+5
| | | * year++Xinchen Hui2018-01-025-5/+5
| | | * fixed typoMarkus Staab2017-03-291-1/+1
| | * | year++Xinchen Hui2018-01-025-5/+5
* | | | Add \PDO::SQLITE_ATTR_READONLY_STATEMENTBohwaZ2018-08-014-1/+45
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-257-13/+0
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-2/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* | | remove support for string|unicode in testsGabriel Caruso2018-02-224-19/+19
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-209-9/+9
* | | year++Xinchen Hui2018-01-025-5/+5
* | | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-142-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-143-4/+4
* | | Enable JSON1 for bundled libsqliteMorva Kristóf2017-11-222-2/+2
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Fix test cleanupAnatol Belski2017-09-061-8/+8
* | | Add support for SQLite open flagsBohwaZ2017-09-064-1/+51
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-203/+0
|/ /
* | fix build with old system libsqlite (sqlite3_close_v2 may be missing)Remi Collet2017-08-022-0/+8
* | Only compute callback name in error casesNikita Popov2017-06-251-11/+9
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-4/+4
* | fixed typoMarkus Staab2017-03-291-1/+1
* | Merge branch 'PHP-7.1'Remi Collet2017-03-292-1/+6
|\ \ | |/
| * Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-292-1/+6
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-123-3/+45
|\ \ | |/
| * Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-123-4/+45
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | Switch to the v2 version of these functions.Rasmus Lerdorf2017-01-221-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
* | Use new param API in pdo_sqliteSara Golemon2016-12-311-12/+17
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-4/+4
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-082-2/+2
|\
| * Enable FTS4 and FTS5 for bundled libsqliteAnatol Belski2016-11-082-2/+2
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-011-1/+1
|\ \ | |/
| * fix test if unlink fails occasionallyAnatol Belski2016-05-011-1/+1
* | Merge branch 'PHP-7.0'Sara Golemon2016-04-301-1/+4
|\ \ | |/
| * Create temporary sqlite db in test dir rather than cwd (and clean it up)Sara Golemon2016-04-301-1/+4
* | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-2/+0
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-2/+0
* | Remove version checksNikita Popov2016-01-301-2/+0
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-041-2/+1
|\ \ | |/
| * Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-2/+1
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-015-5/+5
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| | * bump yearXinchen Hui2015-01-155-5/+5
* | | Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-10/+0
|/ /
* | use Z* macro nameAnatol Belski2015-11-051-1/+1